Commit f4242c9
authored
Allow Python 3.13 support (#511)
## Summary
- Relax Python version metadata from `<3.13` to `<3.14`
- Add the Python 3.13 project classifier
- Add Python 3.13 to CI lint and test matrices
- Raise `onnxruntime` to `>=1.25.0` so Python 3.13 has compatible wheels
- Update README and `uv.lock` metadata to match
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Medium Risk**
> Low behavioral risk, but it expands the supported Python range and
bumps the minimum `onnxruntime` version, which could surface new
dependency/runtime incompatibilities in downstream environments.
>
> **Overview**
> Adds Python 3.13 support by expanding `requires-python` to `<3.14`,
adding the `Python :: 3.13` classifier, and running CI `lint`/`test`
jobs against 3.13.
>
> Also updates dependency constraints by raising the minimum
`onnxruntime` requirement to `>=1.25.0`, and aligns the README’s stated
Python support range with the new metadata.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
5e26dad. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent f8e886c commit f4242c9
4 files changed
Lines changed: 459 additions & 33 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments