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 60dfa85 commit 790bd7dCopy full SHA for 790bd7d
1 file changed
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- python-version: [3.6, 3.7, 3.8]
+ python-version: [2.7, 3.6, 3.7, 3.8]
12
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
13
env:
14
TOXENV: py
0 commit comments