File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1414 fail-fast : false
1515 matrix :
1616 python-version :
17- - ' 3.9 '
17+ - ' 3.10 '
1818 - ' 3.13'
1919 name : Check Python ${{ matrix.python-version }}
2020 steps :
Original file line number Diff line number Diff line change 2626 - id : black
2727
2828- repo : https://github.com/asottile/setup-cfg-fmt
29- rev : v2.8 .0
29+ rev : v3.1 .0
3030 hooks :
3131 - id : setup-cfg-fmt
3232 args : [--include-version-classifiers, --max-py-version=3.13]
4242 - types-requests
4343
4444- repo : https://github.com/astral-sh/ruff-pre-commit
45- rev : " v0.13 .3"
45+ rev : " v0.14 .3"
4646 hooks :
4747 - id : ruff
4848 args : ["--fix", "--show-fixes"]
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ lint.extend-ignore = [
3939 " E501" , # Line too long
4040 " PT011" , # Too broad of a match
4141]
42- target-version = " py39 "
42+ target-version = " py310 "
4343lint.typing-modules = [" mypackage._compat.typing" ]
4444src = [" src" ]
4545lint.unfixable = [
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ classifiers =
1616 Natural Language :: English
1717 Programming Language :: Python :: 3
1818 Programming Language :: Python :: 3 :: Only
19- Programming Language :: Python :: 3.9
2019 Programming Language :: Python :: 3.10
2120 Programming Language :: Python :: 3.11
2221 Programming Language :: Python :: 3.12
@@ -33,7 +32,7 @@ packages = find:
3332install_requires =
3433 pyyaml
3534 requests
36- python_requires = >=3.9
35+ python_requires = >=3.10
3736package_dir =
3837 =src
3938zip_safe = True
@@ -57,7 +56,7 @@ norecursedirs = src
5756
5857[mypy]
5958files = src
60- python_version = 3.9
59+ python_version = 3.13
6160warn_unused_configs = True
6261disallow_any_generics = True
6362disallow_subclassing_any = True
You can’t perform that action at this time.
0 commit comments