-
Notifications
You must be signed in to change notification settings - Fork 1k
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.7 and 3.[7-9].14 #5769
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Oof, didn't realize we pinned it this many disparate places, thanks for the attention to detail .
Apparently not attentive enough! I see now that pyenv recently added support for Python 3.10.7 in pyenv/pyenv#2454, but it hasn't yet been released. |
😄 No problem. Feel free to downgrade to 3.6, or we can just float this for a few weeks til they cut a release... The latter is probably less work, but looking at your issue it would be solved sooner by the former. I'm happy to merge either way. |
1be8adc
to
1b0b7cf
Compare
Bump pyenv from v2.3.4 to v2.3.5.
1b0b7cf
to
6c4702f
Compare
@jeffwidman I think this is ready to go now that pyenv 2.3.5 has been released. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thanks!
You caught me at a good time, as I just put my kids down for naptime 😀, so I'll deploy shortly and then assuming no issues merge back to main
.
Bump pyenv from v2.3.4 to v2.3.5.
Resolves #5653.