Skip to content

Commit

Permalink
Include Python 3.10 in install-from-pypi tests (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson authored Oct 8, 2021
1 parent cecec34 commit c6bfd7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-from-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.6', '3.7', '3.8', '3.9']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-architecture: [x86, x64]
exclude:
- os: macos-latest
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.6', '3.7', '3.8', '3.9']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-architecture: [x86, x64]
exclude:
- os: macos-latest
Expand Down

0 comments on commit c6bfd7b

Please sign in to comment.