File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,13 @@ jobs:
42
42
# https://blog.jaraco.com/efficient-use-of-ci-resources/
43
43
matrix :
44
44
python :
45
- - " 3.8 "
45
+ - " 3.9 "
46
46
- " 3.13"
47
47
platform :
48
48
- ubuntu-latest
49
49
- macos-latest
50
50
- windows-latest
51
51
include :
52
- - python : " 3.9"
53
- platform : ubuntu-latest
54
52
- python : " 3.10"
55
53
platform : ubuntu-latest
56
54
- python : " 3.11"
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ classifiers = [
22
22
" Topic :: System :: Systems Administration" ,
23
23
" Topic :: Utilities" ,
24
24
]
25
- keywords = [" CPAN PyPI distutils eggs package management" ]
26
- requires-python = " >=3.8"
25
+ requires-python = " >=3.9"
27
26
dependencies = [
28
27
]
28
+ keywords = [" CPAN PyPI distutils eggs package management" ]
29
29
30
30
[project .urls ]
31
31
Source = " https://github.com/pypa/setuptools"
Original file line number Diff line number Diff line change
1
+ # include pyproject.toml for requires-python (workaround astral-sh/ruff#10299)
2
+ include = " pyproject.toml"
3
+
1
4
exclude = [
2
5
" **/_vendor" ,
3
6
" setuptools/_distutils" ,
You can’t perform that action at this time.
0 commit comments