Skip to content

chore: add requires-python >= 3.13 to project metadata#105

Merged
jimisola merged 2 commits intomainfrom
chore/fix-version-requirements
Mar 7, 2026
Merged

chore: add requires-python >= 3.13 to project metadata#105
jimisola merged 2 commits intomainfrom
chore/fix-version-requirements

Conversation

@jimisola
Copy link
Member

@jimisola jimisola commented Mar 7, 2026

Summary

  • Add missing requires-python = ">=3.13" to the [project] table in pyproject.toml
  • Aligns with the existing Poetry dependency constraint (python = "^3.13")
  • Ensures pip and build tools enforce the minimum Python version

Test plan

  • Verify pip install rejects Python < 3.13
  • Verify package builds successfully with Python >= 3.13

The [project] table was missing the requires-python field. This aligns
with the poetry dependency constraint (python = "^3.13") and ensures
pip/build tools enforce the minimum Python version.

Signed-off-by: jimisola <jimisola@jimisola.com>
@jimisola jimisola self-assigned this Mar 7, 2026
@jimisola jimisola merged commit 2f080b3 into main Mar 7, 2026
6 checks passed
@jimisola jimisola deleted the chore/fix-version-requirements branch March 7, 2026 19:44
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.

1 participant