This repository was archived by the owner on Jan 20, 2025. It is now read-only.
File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
main-macos :
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 : macos-latest
15
15
wheel-tags : true
16
16
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
18
18
with :
19
- env : ' ["py38 "]'
19
+ env : ' ["py39 "]'
20
20
os : macos-13
21
21
wheel-tags : true
22
22
main-linux :
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 ", "py39 ", "py310 "]'
25
+ env : ' ["py39 ", "py310 ", "py311 "]'
26
26
os : ubuntu-latest
Original file line number Diff line number Diff line change 17
17
rev : v3.13.0
18
18
hooks :
19
19
- id : reorder-python-imports
20
- args : [--py38 -plus, --add-import, 'from __future__ import annotations']
20
+ args : [--py39 -plus, --add-import, 'from __future__ import annotations']
21
21
- repo : https://github.com/asottile/add-trailing-comma
22
22
rev : v3.1.0
23
23
hooks :
26
26
rev : v3.17.0
27
27
hooks :
28
28
- id : pyupgrade
29
- args : [--py38 -plus]
29
+ args : [--py39 -plus]
30
30
- repo : https://github.com/hhatto/autopep8
31
31
rev : v2.3.1
32
32
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>=0.2.0
23
23
You can’t perform that action at this time.
0 commit comments