We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a7031 commit 362213fCopy full SHA for 362213f
.github/workflows/python-testing.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Set up Python ${{ matrix.python-version }}
35
uses: actions/setup-python@v2
36
with:
37
- python-version: 3.6
+ python-version: 3.7
38
- name: Install dependencies
39
run: |
40
python3 -m pip install --upgrade pip
tox.ini
@@ -7,7 +7,8 @@ isolated_build = True
7
[gh-actions]
8
python =
9
3.6: py36
10
- 3.7: py37
+ # setuptools >=62 needs Python >=3.7
11
+ 3.7: py37,check
12
3.8: py38
13
3.9: py39
14
3.10: py310
0 commit comments