Skip to content

Commit bdffb07

Browse files
committed
Add Python 3.10 to test matrix
1 parent e52953f commit bdffb07

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
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
os: [Ubuntu, MacOS, Windows]
37-
python-version: [3.7, 3.8, 3.9]
37+
python-version: [3.7, 3.8, 3.9, "3.10"]
3838
steps:
3939
- uses: actions/checkout@v2
4040

0 commit comments

Comments
 (0)