Skip to content

Add Python 3.13 classifier to pyproject.toml#841

Open
muhamedfazalps wants to merge 1 commit into
python-rope:masterfrom
muhamedfazalps:fix/add-python-313-classifier
Open

Add Python 3.13 classifier to pyproject.toml#841
muhamedfazalps wants to merge 1 commit into
python-rope:masterfrom
muhamedfazalps:fix/add-python-313-classifier

Conversation

@muhamedfazalps

Copy link
Copy Markdown

Add Programming Language :: Python :: 3.13 to pyproject.toml classifiers.

Why

The CI already tests against Python 3.13, but the package metadata classifiers only list up to Python 3.12. This means PyPI and other tools don't advertise Python 3.13 compatibility to users, even though the project is tested and works with it.

Changes

  • Added 'Programming Language :: Python :: 3.13' to the classifiers list in pyproject.toml.

References

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.

pyproject.toml classifiers stop at Python 3.12 but CI tests 3.13

1 participant