Skip to content

Commit

Permalink
added python 3.10 to versions (#1260)
Browse files Browse the repository at this point in the history
* added python 3.10 to versions

* Added quotes around versions

* Trigger tests
  • Loading branch information
eddiebergman authored Dec 2, 2021
1 parent 0575b75 commit a88eeae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:

strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ['3.7', '3.8', '3.9', '3.10']
use-conda: [true, false]
use-dist: [false]
include:
- python-version: 3.8
- python-version: '3.8'
code-cov: true
- python-version: 3.7
- python-version: '3.7'
use-conda: false
use-dist: true
fail-fast: false
Expand Down

0 comments on commit a88eeae

Please sign in to comment.