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

Test on Python 3.12 and Django 5.0 #248

Closed adamchainz closed 9 months ago

adamchainz commented 9 months ago

Based on the changes made in #235.

codecov[bot] commented 9 months ago

Codecov Report

Merging #248 (80bebe0) into master (62d2274) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #248   +/-   ##
=======================================
  Coverage   93.83%   93.83%           
=======================================
  Files          11       11           
  Lines         535      535           
  Branches       68       87   +19     
=======================================
  Hits          502      502           
  Misses         21       21           
  Partials       12       12           

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

adamchainz commented 9 months ago

Woops, looks like Python 3.11 is actually broken. I'll take a look into this tomorrow.

claudep commented 9 months ago

Ah yes, I initially thought it was a CI issue, but then realized that Python 3.11 run is also launching 3.2 and 4.0 tests, and it shouldn't.