Skip to content

Conversation

@MaxGhenis
Copy link
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.
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

2 participants