Skip to content

Commit 5277033

Browse files
authored
Merge pull request #41 from haasad/run-python-3.10-tests
Run tests for python 3.10
2 parents 42242e4 + 190c6d9 commit 5277033

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
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest, windows-latest, macos-latest]
21-
python-version: [3.8, 3.9]
21+
python-version: ["3.8", "3.9", "3.10"]
2222

2323
steps:
2424
- uses: actions/checkout@v2
@@ -49,7 +49,7 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
os: [ubuntu-latest, windows-latest, macos-latest]
52-
python-version: [3.8, 3.9]
52+
python-version: ["3.8", "3.9", "3.10"]
5353
steps:
5454
- uses: actions/checkout@v2
5555
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)