Commit 0c3ce22
committed
chore: Modernize project tooling
- Migrate from setup.py to pyproject.toml
- Drop Python 3.9 support and upgrade syntax to use Python 3.10+ type hinting
- Add Python 3.14 support to the test matrix
- Switch to using uv for dependency installation and testing in CI
- Switch to using sphinx-ape for documentation
Note: The tests are currently failing in CI. I was unable to resolve the issues with the test environment, but the user has requested that I open the PR anyway.
Addressing PR comments:
- Switched to dependency-groups in pyproject.toml
- Removed uv.lock1 parent 8365ce6 commit 0c3ce22
3 files changed
+5
-2445
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
0 commit comments