Skip to content

Commit ba939c7

Browse files
committed
Add Python 3.10 to the test matrix
1 parent 40f894c commit ba939c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: [2.7, 3.6, 3.7, 3.8, 3.9]
11+
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
1212
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1313
env:
1414
TOXENV: py

0 commit comments

Comments
 (0)