Skip to content

Conversation

@sjhddh
Copy link

@sjhddh sjhddh commented Jan 25, 2026

Summary

  • Remove Python 3.6, 3.7, 3.8, 3.9 classifiers from setup.py
  • These classifiers are inconsistent with python_requires=">=3.10, <3.12"
  • Ensures PyPI metadata accurately reflects the supported Python versions

Test plan

  • Verify classifiers now match python_requires constraint
  • No functional changes, metadata only

Remove Python 3.6, 3.7, 3.8, 3.9 classifiers since python_requires
specifies >=3.10, <3.12. This ensures PyPI metadata accurately
reflects supported Python versions.
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