-
Notifications
You must be signed in to change notification settings - Fork 6
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
Conversation
chore: update tox settings
which began to use to support IPv6 in the pymemcache client since v3.4.0
fix: failed tests
|
||
from django.utils.encoding import smart_str | ||
from packaging.version import parse |
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.
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, |
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.
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_* |
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.
For tox v4
https://tox.wiki/en/4.20.0/upgrading.html
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.
Thank you 🙏
Drop nose and introduce pytest