🔧 Advertise & test Python 3.13 / 3.14 #41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/support-python-3.13-3.14"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
requires-pythonis already>=3.10, but the trove classifiers and the GitHub CI matrix stopped at 3.12 — so Python 3.13 and 3.14 (both released) were permitted yet neither advertised nor tested. This aligns advertised support with the tested matrix.Programming Language :: Python :: 3.13and:: 3.14classifiers.["3.10","3.11","3.12","3.13","3.14"].The Forgejo workflow runs on the system
python3(single version) and is left unchanged.Verification
python -m build+twine check dist/*→ PASSED (3.13/3.14 are valid trove classifiers, metadata renders).pytest→ 89 passed;mypy→ Success (on 3.12 locally; 3.13/3.14 will be exercised by CI on this PR).Notes
WIP:prefix to mark ready for review.WIP: 🔧 Advertise & test Python 3.13 / 3.14to 🔧 Advertise & test Python 3.13 / 3.14