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
According to https://endoflife.date/python:
We should add 3.10 and 3.11 checks to make sure everything works in currently-supported versions of python.
The text was updated successfully, but these errors were encountered:
e25b800
Turns out 3.10 gets interpreted as 3.1 by yaml. Now I need to check if github actions supports strings for version numbers.
3.10
3.1
Sorry, something went wrong.
Yes it does: actions/runner#1989
fix: python version numbers (see #6)
5301bae
To add support for the shields.io badge, I need to update setup.py to include the classifiers for the versions of python that are supported.
setup.py
116e642
No branches or pull requests
According to https://endoflife.date/python:
We should add 3.10 and 3.11 checks to make sure everything works in currently-supported versions of python.
The text was updated successfully, but these errors were encountered: