- Notifications
You must be signed in to change notification settings - Fork674
chore: add Python 3.11 testing#1742
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
JohnVillalovos commentedDec 12, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Actually after I figured out the semver string this does seem useful. |
433d27b toae5a016CompareUh oh!
There was an error while loading.Please reload this page.
nejch commentedDec 13, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I don't mind 😀 we can always remove if it starts to get flaky. Just one question. Also wow, just realized GH Actions does not support something like |
Add a unit test for Python 3.11. This will use the latest version ofPython 3.11 that is available fromhttps://github.com/actions/python-versions/At this time it is 3.11.0-alpha.2 but will move forward over timeuntil the final 3.11 release and updates. So 3.11.0, 3.11.1, ... willbe matched.
ae5a016 tob5ec192Compare
Uh oh!
There was an error while loading.Please reload this page.
Add a unit test for Python 3.11. This will use the latest version of
Python 3.11 that is available from
https://github.com/actions/python-versions/
At this time it is 3.11.0-alpha.2 but will move forward over time
until the final 3.11 release and updates. So 3.11.0, 3.11.1, ... will
be matched.