Skip to content

Relax Python version requirement to >=3.10#1494

Closed
MaxGhenis wants to merge 1 commit intomainfrom
fix-python-version-requirement
Closed

Relax Python version requirement to >=3.10#1494
MaxGhenis wants to merge 1 commit intomainfrom
fix-python-version-requirement

Conversation

@MaxGhenis
Copy link
Copy Markdown
Collaborator

Summary

  • Changes requires-python from >=3.13,<3.14 to >=3.10,<3.14

Fixes #1493

Context

The >=3.13 requirement was unintentionally set when migrating from setup.py (which had >=3.7) to pyproject.toml. This aligns with policyengine-us which uses >=3.10,<3.14.

Test plan

  • CI passes on Python 3.10, 3.11, 3.12, 3.13

Fixes #1493

The >=3.13 requirement was unintentionally set when migrating from setup.py
(which had >=3.7) to pyproject.toml. This aligns with policyengine-us which
uses >=3.10,<3.14.
@MaxGhenis
Copy link
Copy Markdown
Collaborator Author

Closing as obsolete. The repo has since moved in the opposite direction: current pyproject.toml requires Python 3.13, so relaxing to >=3.10 is no longer aligned with mainline support.

@MaxGhenis MaxGhenis closed this Mar 30, 2026
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.

Relax Python version requirement from >=3.13 to >=3.10

1 participant