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
Python 3.7 EOL is 27-JUN-23 so on that day we will drop support for this version.
Programming Language :: Python :: 3.7
pyproject.toml
python = "^3.7"
python = "^3.8"
target-version = "py37"
target-version = "py38" in the
poetry lock --no-update
ci.yaml
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Python 3.7 EOL is 27-JUN-23 so on that day we will drop support for this version.
Programming Language :: Python :: 3.7
from the classifiers in thepyproject.toml
file.python = "^3.7"
topython = "^3.8"
in thepyproject.toml
file.target-version = "py37"
totarget-version = "py38" in the
pyproject.toml` file.poetry lock --no-update
to update the lock file.ci.yaml
.The text was updated successfully, but these errors were encountered: