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

Test python version matrix #4

Merged
merged 7 commits into from
Nov 18, 2024
Merged

Test python version matrix #4

merged 7 commits into from
Nov 18, 2024

Conversation

meatballhat
Copy link
Contributor

No description provided.

@meatballhat meatballhat marked this pull request as ready for review November 17, 2024 15:46
@meatballhat meatballhat requested a review from a team as a code owner November 17, 2024 15:46
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@@ -4,6 +4,13 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3.9",
Copy link
Contributor

Choose a reason for hiding this comment

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

IIRC I set it to >=3.9 because generics like list[str] don't work in 3.8 which requires typing.List[str] instead.
We probably want to split out tests that don't work across all versions if we decide to cover 3.8?

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'm happy to stick to >=3.9 for now 👍🏼 ; cross that bridge when we run into it...

Base automatically changed from docs-touchup to main November 17, 2024 23:37
@meatballhat meatballhat merged commit d702ce7 into main Nov 18, 2024
11 checks passed
@meatballhat meatballhat deleted the python-matrix branch November 18, 2024 01:53
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