Skip to content

Commit 1a36458

Browse files
committed
added python 3.10 to versions (#1260)
* added python 3.10 to versions * Added quotes around versions * Trigger tests
1 parent 800912c commit 1a36458

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pytest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: [3.7, 3.8, 3.9]
17+
python-version: ['3.7', '3.8', '3.9', '3.10']
1818
use-conda: [true, false]
1919
use-dist: [false]
2020
include:
21-
- python-version: 3.8
21+
- python-version: '3.8'
2222
code-cov: true
23-
- python-version: 3.7
23+
- python-version: '3.7'
2424
use-conda: false
2525
use-dist: true
2626
fail-fast: false

0 commit comments

Comments
 (0)