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

Commit 2212f6b

Browse files
committed
1 parent b839778 commit 2212f6b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/main.yml

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

99
jobs:
1010
main-windows:
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: windows-latest
1515
wheel-tags: true
1616
main-macos:
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-latest
2121
wheel-tags: true
2222
main-macos-intel:
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"]'
25+
env: '["py39"]'
2626
os: macos-13
2727
wheel-tags: true
2828
main-linux:
29-
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
29+
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
3030
with:
31-
env: '["py38", "py39", "py310"]'
31+
env: '["py39", "py310", "py311"]'
3232
os: ubuntu-latest
3333
main-go:
3434
runs-on: ubuntu-latest

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
hooks:
1919
- id: reorder-python-imports
2020
args: [
21-
--py38-plus,
21+
--py39-plus,
2222
--unclassifiable-application-module, dockerfile,
2323
--add-import, 'from __future__ import annotations',
2424
]
@@ -30,7 +30,7 @@ repos:
3030
rev: v3.17.0
3131
hooks:
3232
- id: pyupgrade
33-
args: [--py38-plus]
33+
args: [--py39-plus]
3434
- repo: https://github.com/hhatto/autopep8
3535
rev: v2.3.1
3636
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>=1.7.0
2323

0 commit comments

Comments
 (0)