- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 105
Add Python 3.11 release candidate 2 to the testing #239
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
Conversation
Python 3.11 will be on average 22% faster than Python 3.10 so let’s give it a spin... https://www.python.org/download/pre-releases
|
My sense is that supporting Python 3.11 using Poetry will require dropping Python 3.6 support. |
True, that is why it was |
Poetry is not test infra. Poetry is how the tomlkit is built.
|
LGTM! |
* Add Python 3.11 release candidate 2 to the testing Python 3.11 will be on average 22% faster than Python 3.10 so let’s give it a spin... https://www.python.org/download/pre-releases * python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11.0-rc - 3.11"] * Upgrade to Poetry v1.2.1 * strategy: fail-fast: false * if: startsWith(matrix.python-version, '3.11') * if: ! startsWith(matrix.python-version, '3.11') * if: !startsWith(matrix.python-version, '3.11') # no space
Python 3.11 will be on average 22% faster than Python 3.10 so let’s give it a spin... https://www.python.org/download/pre-releases
Related to #237