Skip to content

chore: add PyPI badge and Python 3.13/3.14 support - #40

Merged
higagan merged 1 commit into
higagan:mainfrom
dyson-025:add-pypi-badge-python-classifiers
Jul 31, 2026
Merged

chore: add PyPI badge and Python 3.13/3.14 support#40
higagan merged 1 commit into
higagan:mainfrom
dyson-025:add-pypi-badge-python-classifiers

Conversation

@dyson-025

Copy link
Copy Markdown
Contributor

Closes #37

Summary

  • Added a PyPI version badge to the README.
  • Added Python 3.13 and 3.14 classifiers to pyproject.toml.
  • Extended the CI matrix to include Python 3.13 and 3.14 so the advertised supported versions are covered by CI.

Testing

  • No application logic changed.
  • Verified documentation and metadata updates.

Signed-off-by: Aditya Aryan <erenyeager200026@gmail.com>

@higagan higagan left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Verified locally and via CI — clean, correct, complete.

  • CI is green on all five versions, including 3.13 and 3.14 (the full test suite, not just import), so the classifiers are backed by real coverage.
  • The pypi/v badge URL resolves (HTTP 200), and the 3.13 / 3.14 classifiers land in the built package metadata.
  • Matrix YAML is valid; ruff and the 96 tests pass.

Nicely scoped. Merging.

@higagan
higagan merged commit 9c15af9 into higagan:main Jul 31, 2026
5 checks passed
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.

Add a PyPI version badge and Python 3.13 / 3.14 classifiers

2 participants