-
-
Notifications
You must be signed in to change notification settings - Fork 57
Update official version support #363
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -41,9 +41,18 @@ jobs: | |||||||||||||||||||||||||||||
| - "3.11" | ||||||||||||||||||||||||||||||
| - "3.12" | ||||||||||||||||||||||||||||||
| - "3.13" | ||||||||||||||||||||||||||||||
| - "3.14" | ||||||||||||||||||||||||||||||
| django-version: | ||||||||||||||||||||||||||||||
| - "4.2" | ||||||||||||||||||||||||||||||
| - "5.1" | ||||||||||||||||||||||||||||||
| - "5.2" | ||||||||||||||||||||||||||||||
| - "6.0" | ||||||||||||||||||||||||||||||
| exclude: | ||||||||||||||||||||||||||||||
| - python-version: "3.14" | ||||||||||||||||||||||||||||||
| django-version: "4.2" | ||||||||||||||||||||||||||||||
| - python-version: "3.10" | ||||||||||||||||||||||||||||||
| django-version: "6.0" | ||||||||||||||||||||||||||||||
| - python-version: "3.11" | ||||||||||||||||||||||||||||||
| django-version: "6.0" | ||||||||||||||||||||||||||||||
|
Comment on lines
+50
to
+55
|
||||||||||||||||||||||||||||||
| - python-version: "3.14" | |
| django-version: "4.2" | |
| - python-version: "3.10" | |
| django-version: "6.0" | |
| - python-version: "3.11" | |
| django-version: "6.0" | |
| - python-version: "3.12" | |
| django-version: "4.2" | |
| - python-version: "3.13" | |
| django-version: "4.2" | |
| - python-version: "3.14" | |
| django-version: "4.2" | |
| - python-version: "3.10" | |
| django-version: "6.0" |
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.
Django 6.0 typically drops support for older Python versions following Django's version support policy. Historical patterns show that major Django releases drop Python versions that are approaching end-of-life. Django 6.0 may not support Python 3.10 (and possibly 3.11). Please verify Django 6.0's official Python version compatibility and add appropriate exclusions to the test matrix if needed. For reference, Python 3.10's EOL is October 2026, and Django 6.0 might not support it.