Skip to content

Commit b21dcc1

Browse files
committed
added python 3.10 to versions (#1260)
* added python 3.10 to versions * Added quotes around versions * Trigger tests
1 parent 09e4752 commit b21dcc1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ jobs:
4040
runs-on: ${{ matrix.os }}
4141

4242
strategy:
43+
matrix:
44+
python-version: ['3.7', '3.8', '3.9', '3.10']
45+
use-conda: [true, false]
46+
use-dist: [false]
47+
include:
48+
- python-version: '3.8'
49+
code-cov: true
50+
- python-version: '3.7'
51+
use-conda: false
52+
use-dist: true
4353
fail-fast: false
4454
matrix:
4555
os: [windows-latest, macos-latest, ubuntu-latest]

0 commit comments

Comments
 (0)