Commit 99ebc71
committed
feat: Add Python 3.10-3.14 support with setuptools v81+ compatibility
- Fix dry_run attribute using getattr() fallback for forward compatibility
- Add Python 3.13/3.14 classifiers to pyproject.toml
- Update CI matrix with Python 3.13/3.14
- Update black target-version to include py313, py314
- Bump requires-python to >= 3.101 parent 551b4c3 commit 99ebc71
3 files changed
Lines changed: 12 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
77 | | - | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
432 | | - | |
433 | | - | |
| 431 | + | |
| 432 | + | |
434 | 433 | | |
435 | 434 | | |
436 | 435 | | |
| |||
660 | 659 | | |
661 | 660 | | |
662 | 661 | | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | 662 | | |
667 | | - | |
668 | 663 | | |
669 | | - | |
| 664 | + | |
670 | 665 | | |
671 | 666 | | |
672 | 667 | | |
673 | 668 | | |
674 | 669 | | |
675 | | - | |
676 | 670 | | |
677 | 671 | | |
678 | 672 | | |
679 | 673 | | |
680 | 674 | | |
681 | 675 | | |
682 | 676 | | |
683 | | - | |
| 677 | + | |
684 | 678 | | |
685 | 679 | | |
686 | 680 | | |
| |||
0 commit comments