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

Relax Python version requirements #26

Merged
merged 11 commits into from
Dec 1, 2023
Merged

Relax Python version requirements #26

merged 11 commits into from
Dec 1, 2023

Conversation

dtch1997
Copy link
Owner

@dtch1997 dtch1997 commented Dec 1, 2023

We previously required python <3.11 but are relaxing it to allow python <4

Changelog

  • Updated pyproject.toml, pdm.lock
  • Updated ci.yaml


strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

This might make CI take forever to run. Maybe we can just run on the oldest and the newest version if we're worried about compatibility? Or even just running on the oldest version is probably sufficient. IMO old versions are where I'd expect things to break since they're missing features in new versions, and new versions are backwards-compatible with old versions.

@chanind
Copy link
Collaborator

chanind commented Dec 1, 2023

Currently tests are failing on 3.9 because it doesn't support modern type hint syntax. Do we need to support 3.9? It's already 3 years old

Copy link
Collaborator

@chanind chanind left a comment

Choose a reason for hiding this comment

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

👍 LGTM!

dtch1997 and others added 7 commits December 1, 2023 16:12
@chanind chanind merged commit bd01efb into main Dec 1, 2023
2 checks passed
@chanind chanind deleted the pyversion branch December 1, 2023 20:08
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