File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,13 @@ jobs:
3535 # https://blog.jaraco.com/efficient-use-of-ci-resources/
3636 matrix :
3737 python :
38- - " 3.8 "
38+ - " 3.9 "
3939 - " 3.13"
4040 platform :
4141 - ubuntu-latest
4242 - macos-latest
4343 - windows-latest
4444 include :
45- - python : " 3.9"
46- platform : ubuntu-latest
4745 - python : " 3.10"
4846 platform : ubuntu-latest
4947 - python : " 3.11"
Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.5.6
3+ rev : v0.7.1
44 hooks :
55 - id : ruff
66 args : [--fix, --unsafe-fixes]
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ classifiers = [
2222 " Topic :: Software Development :: Quality Assurance" ,
2323 " Topic :: Software Development :: Testing" ,
2424]
25- requires-python = " >=3.8 "
25+ requires-python = " >=3.9 "
2626dependencies = [
2727 " flake8 >= 4.0" ,
2828 " pytest >= 7.0" ,
Original file line number Diff line number Diff line change 1+ # extend pyproject.toml for requires-python (workaround astral-sh/ruff#10299)
2+ extend = " pyproject.toml"
3+
14[lint ]
25extend-select = [
36 " C901" ,
You can’t perform that action at this time.
0 commit comments