- Notifications
You must be signed in to change notification settings - Fork302
Added Python 3.12 support#1185
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Currently, not mergable because of an issue with django polymorphic seejazzband/django-polymorphic#541 |
This way Python 3.12 will work as following PR was merged.jazzband/django-polymorphic#541
Can be removed oncecarltongibson/django-filter#1623is released.
@n2ygk Therefore, I temporarily set the requirement pointing to master branch of django polymorphic. This way, we are not getting blocked with adding Python 3.12 support. Once a new polymorphic version has been released, we can then pin it again. Ready for review. |
Description of the Change
Added support for Python 3.12.
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS