Commit 6a1889b
Add Python 3.14 support
Python 3.14 was released October 2025 and is now the latest stable.
Add it to the CI test matrix and the PyPI classifiers. The test suite
passes on 3.14 (342 tests, OK with skipped=2, expected failures=10).
python_requires remains >=3.10 — it is a floor, so newer versions are
already permitted; only the matrix (testing) and classifiers
(advertising) need the bump.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 288b826 commit 6a1889b
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments