Skip to content

Conversation

@edmorley
Copy link
Contributor

@edmorley edmorley commented Apr 14, 2024

Previously local and CI tests would only run against Python 3.10 and older.

Now, Python 3.11, 3.12 and the prerelease versions of 3.13 are tested too in CI, and will also be locally if installed.

This improves test coverage, and also gives more flexibility when running nox locally, since there is a greater chance it will find a matching Python version rather than skipping all tests if eg only newer Python is installed.

I've also upgraded the setup-python and checkout actions to their latest versions:
https://github.com/actions/setup-python/releases
https://github.com/actions/checkout/releases

Closes #203

@edmorley
Copy link
Contributor Author

Please could someone mark the GHA workflow as allowed so the tests can run? :-)

Previously local and CI tests would only run against Python 3.10
and older.

Now, Python 3.11, 3.12 and the prerelease versions of 3.13 are
tested too. (If installed locally)

This improves test coverage, and also gives more flexibility when
running nox locally, since there is a greater chance it will find a
matching Python version rather than skipping all tests if eg only
newer Python is installed.

I've also upgraded the setup-python and checkout actions to
their latest versions:
https://github.com/actions/setup-python/releases
https://github.com/actions/checkout/releases
@pradyunsg pradyunsg force-pushed the test-more-python-versions branch from 494960d to b736d40 Compare April 14, 2024 12:16
@pradyunsg pradyunsg enabled auto-merge April 14, 2024 12:16
@pradyunsg pradyunsg merged commit 8faefc9 into pypa:main Apr 14, 2024
@edmorley edmorley deleted the test-more-python-versions branch April 14, 2024 12:27
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