We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a Python issue, there are multiple issues created around different Python projects about this.
Here are some:
import pkg_resources
LegacySpecifier
LegacyVersion
Originally posted by @frenck in #1336 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a Python issue, there are multiple issues created around different Python projects about this.
Here are some:
import pkg_resources
triggers a DeprecationWarning on Python 3.9 pypa/packaging#368import pkg_resources
triggers a DeprecationWarning on Python 3.9 pypa/setuptools#2466LegacySpecifier
andLegacyVersion
pypa/packaging#407Originally posted by @frenck in #1336 (comment)
The text was updated successfully, but these errors were encountered: