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 +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 88
99jobs :
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
Original file line number Diff line number Diff line change 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 :
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 :
Original file line number Diff line number Diff 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
2121setup_requires =
2222 setuptools-golang>=0.2.0
2323
You can’t perform that action at this time.
0 commit comments