Commit 4713ded
committed
feat: Update Python version requirements and refactor dependency handling
- Changed the minimum required Python version from 3.7 to 3.9 in pyproject.toml.
- Updated classifiers to include support for Python 3.11, 3.12, and 3.13.
- Refactored the handling of development dependencies in the hook.py file to use the new [dependency-groups] format.
- Updated test project configuration to reflect the new Python version requirement and changed dev-dependencies to [dependency-groups].
Signed-off-by: Frost Ming <[email protected]>1 parent 1a0016e commit 4713ded
File tree
6 files changed
+356
-337
lines changed- .github/workflows
- src/pdm_autoexport
- tests
6 files changed
+356
-337
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
0 commit comments