Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 13, 2021
Merged

chore: add Python 3.11 testing #1742

merged 1 commit into from
Dec 13, 2021

Conversation

JohnVillalovos
Copy link
Member

@JohnVillalovos JohnVillalovos commented Dec 12, 2021

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.

@JohnVillalovos
Copy link
Member Author

JohnVillalovos commented Dec 12, 2021

We probably don't want this but I thought it would be interesting to test on the latest Python version available for GitHub actions.

Actually after I figured out the semver string this does seem useful.

@JohnVillalovos JohnVillalovos marked this pull request as draft December 12, 2021 05:56
@JohnVillalovos JohnVillalovos changed the title chore: add Python 3.11.0-alpha.2 testing-stuff: chore: add Python 3.11.0-alpha.2 Dec 12, 2021
@JohnVillalovos JohnVillalovos force-pushed the jlvillal/py311_alpha branch 2 times, most recently from 433d27b to ae5a016 Compare December 12, 2021 16:09
@JohnVillalovos JohnVillalovos changed the title testing-stuff: chore: add Python 3.11.0-alpha.2 chore: add Python 3.11 testing Dec 12, 2021
@JohnVillalovos JohnVillalovos marked this pull request as ready for review December 12, 2021 16:11
@nejch
Copy link
Member

nejch commented Dec 13, 2021

We probably don't want this but I thought it would be interesting to test on the latest Python version available for GitHub actions.
Actually after I figured out the semver string this does seem useful.

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 allow_failure. Huh. actions/runner#2347

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.
@nejch nejch merged commit 74d4e4b into main Dec 13, 2021
@nejch nejch deleted the jlvillal/py311_alpha branch December 13, 2021 01:29
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 this pull request may close these issues.

2 participants