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

Add support Python3.9 and Python3.10 #203

Merged
merged 15 commits into from
Sep 23, 2024
Merged

Add support Python3.9 and Python3.10 #203

merged 15 commits into from
Sep 23, 2024

Conversation

heavenshell
Copy link

Drop nose and introduce pytest

@heavenshell heavenshell requested a review from Surgo August 22, 2022 11:46
@heavenshell heavenshell self-assigned this Aug 22, 2022

from django.utils.encoding import smart_str
from packaging.version import parse
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

distutil is deprecated in Python 3.12
pypa/packaging#520

py{38,39,310}-dj40,
py{38,39,310}-dj41,
py{38,39,310}-dj42,
py{310}-djdev,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4.2, 5.0, 5.1 support will be done in the next PR


[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_*
passenv = TOXENV, CI, TRAVIS, TRAVIS_*, CODECOV_*
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@heavenshell heavenshell mentioned this pull request Sep 23, 2024
Copy link

@Surgo Surgo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 🙏

@Surgo Surgo merged commit ea8df18 into master Sep 23, 2024
10 checks passed
@Surgo Surgo deleted the topic/drop_nose branch September 23, 2024 15:19
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.

3 participants