Skip to content

Commit 8bc51ed

Browse files
committed
Add Python 3.10 to test matrix
1 parent 4aa5b81 commit 8bc51ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: [3.6, 3.7, 3.8, 3.9]
21-
os: [ubuntu-20.04, macos-latest, windows-latest]
20+
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
21+
os: [ubuntu-latest, macos-latest, windows-latest]
2222
steps:
2323
- uses: actions/checkout@master
2424
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)