Commit 6a8f49a
committed
chore(python): drop EOL Python 3.9 and 3.10 support
Python 3.9 reached end-of-life on 2025-10-31 and 3.10 is scheduled for EOL in 2026-10 per devguide.python.org. The CI matrix already only tested 3.11-3.14, so the >=3.9 claim in pyproject.toml was never actually verified.
Bump requires-python to >=3.11 so the declared support matches the CI matrix, and drop the 3.9 / 3.10 trove classifiers.
Closes #101 parent ae4abca commit 6a8f49a
File tree
4 files changed
+9
-10
lines changed- .changepacks
- bridge/python
4 files changed
+9
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
| |||
0 commit comments