File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,13 @@ jobs:
35
35
# https://blog.jaraco.com/efficient-use-of-ci-resources/
36
36
matrix :
37
37
python :
38
- - " 3.8 "
38
+ - " 3.9 "
39
39
- " 3.13"
40
40
platform :
41
41
- ubuntu-latest
42
42
- macos-latest
43
43
- windows-latest
44
44
include :
45
- - python : " 3.9"
46
- platform : ubuntu-latest
47
45
- python : " 3.10"
48
46
platform : ubuntu-latest
49
47
- python : " 3.11"
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : v0.5.6
3
+ rev : v0.7.1
4
4
hooks :
5
5
- id : ruff
6
6
args : [--fix, --unsafe-fixes]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ classifiers = [
17
17
" Programming Language :: Python :: 3 :: Only" ,
18
18
" Framework :: Sphinx :: Extension" ,
19
19
]
20
- requires-python = " >=3.8 "
20
+ requires-python = " >=3.9 "
21
21
dependencies = [
22
22
" jaraco.vcs >= 2.1" ,
23
23
" jaraco.context" ,
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
[lint ]
2
5
extend-select = [
3
6
" C901" ,
You can’t perform that action at this time.
0 commit comments