Commit 88a87ee
committed
Maintain dev/prod parity by standardizing on Python 3.13
- Revert noxfile.py back to Python 3.13 to match local development environment
- Update GitHub Actions matrix to use Python 3.13 instead of older versions
- Ensures consistent behavior between local development and CI/CD pipeline
- All nox sessions (test, lint) now work consistently in both environments1 parent e7aff82 commit 88a87ee
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments