-
Notifications
You must be signed in to change notification settings - Fork 5
feature/python3.13 #15
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
base: main
Are you sure you want to change the base?
Conversation
nimasmi
left a comment
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.
Thanks for this contribution, and apologies for missing it last week.
| matrix: | ||
| python-version: ["3.9", "3.10", "3.11", "3.12"] | ||
| django-version: ["4.2.16", "5.0.9", "5.1.2"] | ||
| python-version: ["3.9", "3.10", "3.11", "3.12", "3.12"] |
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.
Question: Did you intend this to read "3.13", too?
| python-version: ["3.9", "3.10", "3.11", "3.12"] | ||
| django-version: ["4.2.16", "5.0.9", "5.1.2"] | ||
| python-version: ["3.9", "3.10", "3.11", "3.12", "3.12"] | ||
| django-version: ["4.2.16", "5.0.9", "5.1.2", "5.2.3"] |
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.
Suggestion: We can drop tests for Django 5.0, support for which was ended in August 2024.
| - Python 3.9, 3.10, 3.11 and 3.12 | ||
| - Django 4.2, 5.0 and 5.1 | ||
| - Python 3.9, 3.10, 3.11, 3.12 and 3.13 | ||
| - Django 4.2, 5.0, 5.1 and 5.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.
Suggestion: Let's drop support for Django 5.0 here, too.
| - Django 4.2, 5.0, 5.1 and 5.2 | |
| - Django 4.2, 5.1 and 5.2 |
| "Topic :: Communications :: Email", | ||
| "Framework :: Django", | ||
| "Framework :: Django :: 4.2", | ||
| "Framework :: Django :: 5.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.
Suggestion: Drop support for Django 5.0.
| "Framework :: Django :: 5.0", |
| python-version: ["3.9", "3.10", "3.11", "3.12"] | ||
| django-version: ["4.2.16", "5.0.9", "5.1.2"] | ||
| python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] | ||
| django-version: ["4.2.16", "5.0.9", "5.1.2", "5.2.3"] |
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-version: ["4.2.16", "5.0.9", "5.1.2", "5.2.3"] | |
| django-version: ["4.2", "5.1", "5.2"] |
Suggestion: This should save having to revise the versions when new patch releases become available
As an Engineer I want to use the latest version of Python and Django
#16