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 Python 3.10 support #1921

Closed
zundertj opened this issue Nov 29, 2021 · 2 comments · Fixed by #1923
Closed

Add Python 3.10 support #1921

zundertj opened this issue Nov 29, 2021 · 2 comments · Fixed by #1923

Comments

@zundertj
Copy link
Collaborator

Python 3.10 has been released on Oct 4 (see https://www.python.org/downloads/release/python-3100/). I'm not an expert on the Python-Rust bindings being used, but it seems PyO3 / maturin support Python 3.10, so this seems feasible? Would be great to add 3.10 support, as most libraries support it by now.

@ritchie46
Copy link
Member

The python ABI is stable since python 3.6. So it should work on python 3.10

@zundertj
Copy link
Collaborator Author

Ok, I was hitting an error on my local Python 3.10 venv, turns out the recent upgrade I did for pytest solved it (i.e. see pytest-dev/pytest#8539 (comment))

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 a pull request may close this issue.

2 participants