Skip to content
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

chore: enable python 311 #193

Merged
merged 5 commits into from
Jul 6, 2023

Conversation

danceratopz
Copy link
Member

@danceratopz danceratopz commented Jul 5, 2023

Allow usage of execution-spec-tests with Python 3.11.

More background on the dataclass fix:

By default, tox will run with current active version of Python. Github Actions now runs with 3.10 and 3.11:

python: ['3.10', '3.11']

This requires no changes to tox.ini.

I think this is enough checking, no need to add 310 and 311 environments to tox and burden the user with checking both versions locally - it's very unlikely that we'll break the other Python version. A break would be caught by CI/CD though.

@danceratopz danceratopz marked this pull request as ready for review July 5, 2023 13:42
@danceratopz danceratopz requested a review from marioevz July 5, 2023 13:42
Copy link
Collaborator

@spencer-tb spencer-tb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

README.md Show resolved Hide resolved
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