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

Added support for 3.13 #1256

Merged
merged 4 commits into from
Oct 8, 2024
Merged

Added support for 3.13 #1256

merged 4 commits into from
Oct 8, 2024

Conversation

sliverc
Copy link
Member

@sliverc sliverc commented Oct 8, 2024

Description of the Change

Python 3.13 will only be supported by Django 5.1 and above.

Currently, 3.13 has not been released yet on Github so using Python 3.13-dev. This should be removed once it is released.

Additionally, DRF made a change to how description is retrieved. Tests with DRF 3.15 are failing because of that, so only testing on drfmaster. However, as schema support is deprecated anyway, I suppose we can still mark DJA to support Python 3.13 before DRF releases another version.

As only drfmaster is tested for Python 3.13 it does not make sense to ignore it. As of the issue we had in #1251 I removed all ignores, so we get notified if something goes wrong.

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 sliverc force-pushed the python_3_13 branch 2 times, most recently from 8596f7e to 8107ab1 Compare October 8, 2024 05:27
@sliverc sliverc requested a review from n2ygk October 8, 2024 05:43
@sliverc sliverc merged commit c686ded into django-json-api:main Oct 8, 2024
12 checks passed
@sliverc sliverc deleted the python_3_13 branch October 8, 2024 11:52
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.

2 participants