Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django 4.2.0 and Python 3.11 compatibility #484

Merged
merged 3 commits into from
Jul 25, 2023

Conversation

bennylope
Copy link
Contributor

@bennylope bennylope commented Apr 13, 2023

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

tox throws up a warning that this external file cannot be run without
being in the allowed externals list and then does not run the tests.
@gdvalderrama gdvalderrama mentioned this pull request Jun 28, 2023
@irtazaakram
Copy link

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.

@clintonb clintonb merged commit a5fb407 into jazzband:master Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is this still active?
3 participants