Commit ba06465
feat(ci): add Python 3.14 to test matrix and pyproject classifiers
Add Python 3.14 to the ci.yml test matrix so CI verifies the package
runs on the latest stable interpreter, and add the corresponding
"Programming Language :: Python :: 3.14" trove classifier so PyPI
metadata accurately reflects supported versions.
`requires-python = ">=3.10"` already covers 3.14, and the ruff
`target-version = "py310"` / mypy `python_version = "3.10"` settings
are floor values so they need no update.
Branch protection on main has also been updated separately to require
the new `Test (Python 3.14)` status check.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5b4715c commit ba06465
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments