File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 main :
11- uses : asottile/workflows/.github/workflows/tox.yml@v1.5 .0
11+ uses : asottile/workflows/.github/workflows/tox.yml@v1.6 .0
1212 with :
13- env : ' ["py38 ", "py39 "]'
13+ env : ' ["py39 ", "py310 "]'
Original file line number Diff line number Diff line change 1717 rev : v3.12.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.15.0
2727 hooks :
2828 - id : pyupgrade
29- args : [--py38 -plus]
29+ args : [--py39 -plus]
3030- repo : https://github.com/hhatto/autopep8
3131 rev : v2.0.4
3232 hooks :
Original file line number Diff line number Diff line change 22
33import argparse
44import json
5- from typing import Sequence
5+ from collections . abc import Sequence
66
77from pre_commit_mirror_maker .make_repo import LIST_VERSIONS
88from pre_commit_mirror_maker .make_repo import make_repo
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ classifiers =
2121packages = find:
2222install_requires =
2323 packaging
24- python_requires = >=3.8
24+ python_requires = >=3.9
2525
2626[options.packages.find]
2727exclude =
You can’t perform that action at this time.
0 commit comments