Skip to content

Commit 790bd7d

Browse files
committed
Add Python 2.7 to testing matrix
1 parent 60dfa85 commit 790bd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
python-version: [3.6, 3.7, 3.8]
11+
python-version: [2.7, 3.6, 3.7, 3.8]
1212
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1313
env:
1414
TOXENV: py

0 commit comments

Comments
 (0)