Skip to content

Add Python 3.13 classifier#846

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

Add Python 3.13 classifier#846
yangfan-yf-yf wants to merge 1 commit into
python-rope:masterfrom
yangfan-yf-yf:fix/add-python-313-classifier

Conversation

@yangfan-yf-yf

@yangfan-yf-yf yangfan-yf-yf commented Jul 23, 2026

Copy link
Copy Markdown

Closes #838.

This adds the Python 3.13 Trove classifier, matching the existing CI matrix and ensuring the built package advertises support for a version that is already tested.

This intentionally does not change requires-python or remove the Python 3.8 classifier: CI coverage alone does not establish the project's supported-minimum-version policy.

Validation:

  • python -m pytest -q --deselect=ropetest/contrib/autoimporttest.py::AutoImportTest::test_generate_full_cache --deselect=ropetest/contrib/autoimporttest.py::AutoImportTest::test_skipping_directories_not_accessible_because_of_permission_error — 2089 passed, 8 skipped, 5 xfailed
  • The two deselected autoimport tests fail unchanged on the Windows baseline because their fixtures print a non-GBK character and exercise directory permissions.
  • python -m build --wheel --no-isolation
  • verified Classifier: Programming Language :: Python :: 3.13 in the built wheel metadata
  • python -m pre_commit run --files pyproject.toml

@yangfan-yf-yf
yangfan-yf-yf marked this pull request as ready for review July 23, 2026 15:27
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