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 88
99jobs :
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
Original file line number Diff line number Diff line change 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 ]
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 :
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>=1.7.0
2323
You can’t perform that action at this time.
0 commit comments