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 for Python 3.9 and 3.10 #542

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Apr 3, 2022

Closes #537.

Python 3.9 was released on 2020-10-05.

Python 3.10 was released on 2021-10-04.

Let's test them and declare support.

@hugovk hugovk mentioned this pull request Apr 3, 2022
with:
python-version: ${{ matrix.python }}
cache: pip
cachr-dependency-path: "requirements*"

This comment has been hidden.

Copy link
Contributor Author

@hugovk hugovk Oct 7, 2022

Choose a reason for hiding this comment

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

Good spot, both done.

@hugovk
Copy link
Contributor Author

hugovk commented Oct 11, 2022

The Python 3.7 CI failure is unrelated and due to dependency changes. Please see #554 for a fix.

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.

Python 3.10 support
2 participants