Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 4414095

Browse files
authored
Merge pull request #167 from asottile/all-repos_autofix_all-repos-manual
py39+
2 parents 730eecc + f38abc6 commit 4414095

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ on:
88

99
jobs:
1010
main-macos:
11-
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
11+
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
1212
with:
13-
env: '["py38"]'
13+
env: '["py39"]'
1414
os: macos-latest
1515
wheel-tags: true
1616
main-macos-intel:
17-
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
17+
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
1818
with:
19-
env: '["py38"]'
19+
env: '["py39"]'
2020
os: macos-13
2121
wheel-tags: true
2222
main-linux:
23-
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
23+
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
2424
with:
25-
env: '["py38", "py39", "py310"]'
25+
env: '["py39", "py310", "py311"]'
2626
os: ubuntu-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.13.0
1818
hooks:
1919
- id: reorder-python-imports
20-
args: [--py38-plus, --add-import, 'from __future__ import annotations']
20+
args: [--py39-plus, --add-import, 'from __future__ import annotations']
2121
- repo: https://github.com/asottile/add-trailing-comma
2222
rev: v3.1.0
2323
hooks:
@@ -26,7 +26,7 @@ repos:
2626
rev: v3.17.0
2727
hooks:
2828
- id: pyupgrade
29-
args: [--py38-plus]
29+
args: [--py39-plus]
3030
- repo: https://github.com/hhatto/autopep8
3131
rev: v2.3.1
3232
hooks:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers =
1717
Programming Language :: Python :: Implementation :: PyPy
1818

1919
[options]
20-
python_requires = >=3.8
20+
python_requires = >=3.9
2121
setup_requires =
2222
setuptools-golang>=0.2.0
2323

0 commit comments

Comments
 (0)