File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 TOX_PARALLEL_NO_SPINNER : 1
1919
2020 steps :
21- - name : Switch to using Python 3.8 by default
21+ - name : Switch to using Python 3.9 by default
2222 uses : actions/setup-python@v5
2323 with :
24- python-version : 3.8
24+ python-version : 3.9
2525
2626 - name : Install tox
2727 run : python3 -m pip install --user tox
Original file line number Diff line number Diff line change 1919 id : generate_matrix
2020 uses : coactions/dynamic-matrix@v1
2121 with :
22+ min_python : " 3.9"
2223 other_names : |
2324 lint
2425 docs
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
99[project ]
1010# https://peps.python.org/pep-0621/#readme
11- requires-python = " >=3.8 "
11+ requires-python = " >=3.9 "
1212dynamic = [" version" ]
1313
1414name = " subprocess-tee"
@@ -34,7 +34,6 @@ classifiers = [
3434 " Operating System :: POSIX :: Linux" ,
3535 " Operating System :: POSIX" ,
3636 " Programming Language :: Python :: 3" ,
37- " Programming Language :: Python :: 3.8" ,
3837 " Programming Language :: Python :: 3.9" ,
3938 " Programming Language :: Python :: 3.10" ,
4039 " Programming Language :: Python :: 3.11" ,
@@ -79,7 +78,7 @@ profile = "black"
7978known_first_party = " subprocess_tee"
8079
8180[tool .mypy ]
82- python_version = 3.8
81+ python_version = " 3.9 "
8382color_output = true
8483error_summary = true
8584disallow_any_generics = true
You can’t perform that action at this time.
0 commit comments