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:
4242 # https://blog.jaraco.com/efficient-use-of-ci-resources/
4343 matrix :
4444 python :
45- - " 3.8 "
45+ - " 3.9 "
4646 - " 3.13"
4747 platform :
4848 - ubuntu-latest
4949 - macos-latest
5050 - windows-latest
5151 include :
52- - python : " 3.9"
53- platform : ubuntu-latest
5452 - python : " 3.10"
5553 platform : ubuntu-latest
5654 - python : " 3.11"
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ classifiers = [
2222 " Topic :: System :: Systems Administration" ,
2323 " Topic :: Utilities" ,
2424]
25- keywords = [" CPAN PyPI distutils eggs package management" ]
26- requires-python = " >=3.8"
25+ requires-python = " >=3.9"
2726dependencies = [
2827]
28+ keywords = [" CPAN PyPI distutils eggs package management" ]
2929
3030[project .urls ]
3131Source = " 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+
14exclude = [
25 " **/_vendor" ,
36 " setuptools/_distutils" ,
You can’t perform that action at this time.
0 commit comments