Skip to content

Commit db39b3b

Browse files
authored
Merge pull request #70 from pre-commit/all-repos_autofix_all-repos-manual
py310+
2 parents ba203ba + 633b1e9 commit db39b3b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77

88
jobs:
99
main:
10-
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
10+
uses: asottile/workflows/.github/workflows/tox.yml@v1.9.0
1111
with:
12-
env: '["py39", "py310", "py311", "py312", "py313", "py314", "pypy3"]'
12+
env: '["py310", "py311", "py312", "py313", "py314", "pypy3"]'
1313
main-win:
14-
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
14+
uses: asottile/workflows/.github/workflows/tox.yml@v1.9.0
1515
with:
16-
env: '["py39"]'
16+
env: '["py310"]'
1717
os: windows-latest

.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
@@ -19,7 +19,7 @@ classifiers =
1919
py_modules = sync_pre_commit_deps
2020
install_requires =
2121
ruamel.yaml>=0.17
22-
python_requires = >=3.9
22+
python_requires = >=3.10
2323

2424
[options.entry_points]
2525
console_scripts =

0 commit comments

Comments
 (0)