-
-
Notifications
You must be signed in to change notification settings - Fork 509
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 #1361
Add Python 3.10 support #1361
Conversation
Will probably need to wait for appveyor windows-images to support python 3.10, but see if any other issues can be flushed out.
Looks like GitHub Actions also assume 3.10 can fit inside 3 characters |
No - found this very helpful comment on the 3.10 github issues - actions/setup-python#249 (comment) |
Hi @timgates42 I had already started Python 3.10 support in this branch. It is currently stuck on the lack of Python 3.10 on the runners. Is yours ahead? |
Thanks @dvarrazzo looks like we have reached the same point, will watch appveyor for python 3.10 support |
Any news on this? You guys are the only package left that I need to test my application's py3.10 port. |
@AstroFloof didnyou check if appveyor has added python 3.10 support? |
I'm following the appveyor image feed but unfortunately looks like they do new images only occassionally - https://www.appveyor.com/updates/ |
Well it seems to be whenever a bunch of new images are needed, so I requested 3.10 on their github at least. appveyor/build-images#93 |
Looks like their next scheduled release is Oct 21, and they don't have py 3.10 on their list... |
Packages released for macOS and Linux. Ticket #1371 will stay open to track Windows support. |
Will probably need to wait for appveyor windows-images to support python
3.10, but see if any other issues can be flushed out.