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

Pin CI to Python 3.11 #583

Merged
merged 4 commits into from
Nov 20, 2023
Merged

Pin CI to Python 3.11 #583

merged 4 commits into from
Nov 20, 2023

Conversation

DMRobertson
Copy link
Contributor

@DMRobertson DMRobertson commented Nov 20, 2023

To fix failing tests and lints running on Python 3.12 on the main branch.

David Robertson added 4 commits November 20, 2023 18:51
This didn't have a way to pin the Python version in use. We haven't
found pulling this out to be useful, so instead let's just inline it.
@DMRobertson DMRobertson marked this pull request as ready for review November 20, 2023 19:01
@DMRobertson DMRobertson requested a review from a team as a code owner November 20, 2023 19:01
@@ -37,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.x']
python-version: ['3.7', '3.11']
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
python-version: ['3.7', '3.11']
python-version: ['3.8', '3.11']

Maybe?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I might save this for a "drop 3.7" PR in the future, if that's okay.

Copy link
Member

Choose a reason for hiding this comment

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

That works! 👍

@DMRobertson DMRobertson merged commit 1264936 into main Nov 20, 2023
8 checks passed
@DMRobertson DMRobertson deleted the dmr/ci branch November 20, 2023 19:06
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