Skip to content

chore: add Python version classifiers to fix PyPI version badge#32

Merged
deviantintegral merged 2 commits into
mainfrom
copilot/fix-python-version-badge
Feb 26, 2026
Merged

chore: add Python version classifiers to fix PyPI version badge#32
deviantintegral merged 2 commits into
mainfrom
copilot/fix-python-version-badge

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 26, 2026

The [![Python](https://img.shields.io/pypi/pyversions/flameconnect)](https://pypi.org/project/flameconnect/) badge shows "missing" because shields.io reads Programming Language :: Python :: X.Y trove classifiers from PyPI metadata — not requires-python.

Changes

  • pyproject.toml: Add classifiers with Programming Language :: Python :: 3 and Programming Language :: Python :: 3.13 to match the existing requires-python = ">=3.13" constraint
classifiers = [
    "Programming Language :: Python :: 3",
    "Programming Language :: Python :: 3.13",
]

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: deviantintegral <255023+deviantintegral@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix missing Python version in README badge Add Python version classifiers to fix PyPI version badge Feb 26, 2026
@deviantintegral deviantintegral changed the title Add Python version classifiers to fix PyPI version badge chore: add Python version classifiers to fix PyPI version badge Feb 26, 2026
@deviantintegral deviantintegral marked this pull request as ready for review February 26, 2026 15:07
@deviantintegral deviantintegral enabled auto-merge (squash) February 26, 2026 15:08
@deviantintegral deviantintegral merged commit 88e204f into main Feb 26, 2026
8 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.

2 participants