Skip to content

Commit 9468d06

Browse files
authored
Merge pull request #544 from pre-commit/all-repos_autofix_all-repos-manual
py310+
2 parents 31f8d82 + 81660a8 commit 9468d06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
main:
1111
uses: asottile/workflows/.github/workflows/[email protected]
1212
with:
13-
env: '["py39", "py310", "py311", "py312"]'
13+
env: '["py310", "py311", "py312", "py313"]'

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
rev: v3.15.0
1818
hooks:
1919
- id: reorder-python-imports
20-
args: [--py39-plus, --add-import, 'from __future__ import annotations']
20+
args: [--py310-plus, --add-import, 'from __future__ import annotations']
2121
- repo: https://github.com/asottile/add-trailing-comma
2222
rev: v3.2.0
2323
hooks:
@@ -26,7 +26,7 @@ repos:
2626
rev: v3.20.0
2727
hooks:
2828
- id: pyupgrade
29-
args: [--py39-plus]
29+
args: [--py310-plus]
3030
- repo: https://github.com/hhatto/autopep8
3131
rev: v2.3.2
3232
hooks:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers =
1717

1818
[options]
1919
packages = find:
20-
python_requires = >=3.9
20+
python_requires = >=3.10
2121

2222
[options.packages.find]
2323
exclude =

0 commit comments

Comments
 (0)