Skip to content

Commit 362213f

Browse files
committed
setuptools >=62 needs Python >=3.7
1 parent f9a7031 commit 362213f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/python-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Python ${{ matrix.python-version }}
3535
uses: actions/setup-python@v2
3636
with:
37-
python-version: 3.6
37+
python-version: 3.7
3838
- name: Install dependencies
3939
run: |
4040
python3 -m pip install --upgrade pip

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ isolated_build = True
77
[gh-actions]
88
python =
99
3.6: py36
10-
3.7: py37
10+
# setuptools >=62 needs Python >=3.7
11+
3.7: py37,check
1112
3.8: py38
1213
3.9: py39
1314
3.10: py310

0 commit comments

Comments
 (0)