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.10 #1790

Closed
jamadden opened this issue May 5, 2021 · 1 comment · Fixed by #1809
Closed

Add support for Python 3.10 #1790

jamadden opened this issue May 5, 2021 · 1 comment · Fixed by #1809
Labels
Type: Enhancement We can do better through adding this

Comments

@jamadden
Copy link
Member

jamadden commented May 5, 2021

In addition to a new greenlet release, we'll also need a new cython release

@jamadden jamadden added the Type: Enhancement We can do better through adding this label May 5, 2021
@jamadden
Copy link
Member Author

jamadden commented May 5, 2021

We'll also have to update our version pin on dnspython; the 1.x series (where we're pinned) contains from collections import MutableMapping which has finally been removed in Python 3.10. But we had problems making dnspython 2 work, so this may be somewhat involved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement We can do better through adding this
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant