This repository was archived by the owner on Jan 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
main-windows :
11
- uses : asottile/workflows/.github/workflows/tox.yml@v1.6.1
11
+ uses : asottile/workflows/.github/workflows/tox.yml@v1.7.0
12
12
with :
13
- env : ' ["py38 "]'
13
+ env : ' ["py39 "]'
14
14
os : windows-latest
15
15
wheel-tags : true
16
16
main-macos :
17
- uses : asottile/workflows/.github/workflows/tox.yml@v1.6.1
17
+ uses : asottile/workflows/.github/workflows/tox.yml@v1.7.0
18
18
with :
19
- env : ' ["py38 "]'
19
+ env : ' ["py39 "]'
20
20
os : macos-latest
21
21
wheel-tags : true
22
22
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
24
24
with :
25
- env : ' ["py38 "]'
25
+ env : ' ["py39 "]'
26
26
os : macos-13
27
27
wheel-tags : true
28
28
main-linux :
29
- uses : asottile/workflows/.github/workflows/tox.yml@v1.6.1
29
+ uses : asottile/workflows/.github/workflows/tox.yml@v1.7.0
30
30
with :
31
- env : ' ["py38 ", "py39 ", "py310 "]'
31
+ env : ' ["py39 ", "py310 ", "py311 "]'
32
32
os : ubuntu-latest
33
33
main-go :
34
34
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 18
18
hooks :
19
19
- id : reorder-python-imports
20
20
args : [
21
- --py38 -plus,
21
+ --py39 -plus,
22
22
--unclassifiable-application-module, dockerfile,
23
23
--add-import, 'from __future__ import annotations',
24
24
]
30
30
rev : v3.17.0
31
31
hooks :
32
32
- id : pyupgrade
33
- args : [--py38 -plus]
33
+ args : [--py39 -plus]
34
34
- repo : https://github.com/hhatto/autopep8
35
35
rev : v2.3.1
36
36
hooks :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ classifiers =
17
17
Programming Language :: Python :: Implementation :: PyPy
18
18
19
19
[options]
20
- python_requires = >=3.8
20
+ python_requires = >=3.9
21
21
setup_requires =
22
22
setuptools-golang>=1.7.0
23
23
You can’t perform that action at this time.
0 commit comments