jazzband / django-formtools

A set of high-level abstractions for Django forms
https://django-formtools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
784 stars 135 forks source link

Extend test matrix with django 4.2, python 3.11 and python 3.12-dev #236

Closed foarsitter closed 1 year ago

foarsitter commented 1 year ago

This PR extends the test matrix with the latest versions and removes testing for python 3.8 & 3.9 against main.

claudep commented 1 year ago

Looks like we worked in parallel :sob: (-> #235).

codecov[bot] commented 1 year ago

Codecov Report

Merging #236 (5e66571) into master (3eb4a43) will decrease coverage by 0.67%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #236      +/-   ##
==========================================
- Coverage   93.88%   93.22%   -0.67%     
==========================================
  Files          10       11       +1     
  Lines         523      531       +8     
  Branches       66       67       +1     
==========================================
+ Hits          491      495       +4     
- Misses         19       22       +3     
- Partials       13       14       +1     

see 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

foarsitter commented 1 year ago

@claudep haha, yes we did. Will close this since your PR includes the correct classifiers & a changelog item.

claudep commented 1 year ago

Thanks anyway! (I took the djmain -> djangomain fix from your patch)