Skip to content

Commit e47994c

Browse files
committed
# Conflicts: # pyproject.toml # ruff.toml
2 parents d8da7df + 750a189 commit e47994c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
2726
dependencies = [
2827
]
28+
keywords = ["CPAN PyPI distutils eggs package management"]
2929

3030
[project.urls]
3131
Source = "https://github.com/pypa/setuptools"

ruff.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# include pyproject.toml for requires-python (workaround astral-sh/ruff#10299)
2+
include = "pyproject.toml"
3+
14
exclude = [
25
"**/_vendor",
36
"setuptools/_distutils",

0 commit comments

Comments
 (0)