jazzband / django-waffle

A feature flipper for Django
https://waffle.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.12k stars 258 forks source link

Django 4.2.0 and Python 3.11 compatibility #484

Closed bennylope closed 1 year ago

bennylope commented 1 year ago

This PR doesn't change any of the underlying library code, it just runs the tests against Django 4.2 and Python 3.11 (for supported Django versions, 4.1 and 4.2).

The commit adding run.sh to allowlist_externals was required to get the tests running under tox and given that it's something I've had to implement before figured it was probably important enough to include. Though it is surprising that it's not been an issue for anyone else...

This should presumably be enough to close #483 and #411

irtazaakram commented 1 year ago

Python 3.7 has reached its EOL https://devguide.python.org/versions/#unsupported-versions.

Please can we have new release after this PR is merged.