-
Notifications
You must be signed in to change notification settings - Fork 182
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
Add Python 3.13 to test matrix #310
base: master
Are you sure you want to change the base?
Conversation
a50d971
to
6e8dfaa
Compare
6e8dfaa
to
4f96162
Compare
- python-version: 3.13.0-rc.2 | ||
django-version: 4.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that Django 4.2 does not support 3.13 right now. See this failure: https://github.com/soynatan/django-easy-audit/actions/runs/10855276442/job/30127523880?pr=310
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, and it won't support it. Django 5.1.3 will be the first version to support Python 3.13 (https://code.djangoproject.com/ticket/34900).
@@ -19,7 +19,7 @@ jobs: | |||
fail-fast: true | |||
max-parallel: 4 | |||
matrix: | |||
python-version: [3.8, 3.9, '3.10', 3.11, 3.12] | |||
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13.0-rc.2] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The final version is already available
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13.0-rc.2] | |
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13] |
No description provided.