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

Remove invalid combinations from tox #249

Closed adamchainz closed 9 months ago

adamchainz commented 9 months ago

Follow-up to #248, removing Python 3.11 from Django 3.2 and 4.0, since they don't support it.

codecov[bot] commented 9 months ago

Codecov Report

Merging #249 (78a85d5) into master (331b406) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #249   +/-   ##
=======================================
  Coverage   93.83%   93.83%           
=======================================
  Files          11       11           
  Lines         535      535           
  Branches       87       87           
=======================================
  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

claudep commented 9 months ago

:+1: