Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 20, 2023
Merged

Conversation

sliverc
Copy link
Member

Description of the Change

Added support for Python 3.12.

Checklist

  • PR only contains one change (considered splitting up PR)
  • unit-test added
  • documentation updated
  • CHANGELOG.md updated (only for user relevant changes)
  • author name in AUTHORS
@sliverc
Copy link
MemberAuthor

Currently, not mergable because of an issue with django polymorphic see jazzband/django-polymorphic#541

@slivercsliverc requested a review from n2ygkNovember 20, 2023 16:57
@sliverc
Copy link
MemberAuthor

@n2ygk
Changes to support Python 3.12 have been merged in polymorphic, However I do not think a version will be released soon there.

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.

@n2ygkn2ygk merged commit 027e44c into django-json-api:mainNov 20, 2023
@slivercsliverc deleted the python_3_12 branch November 20, 2023 17:39
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
@sliverc@n2ygk
close