Skip to content

Commit

Permalink
Don't try to test wheels on Python 3.10, *yet* (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson authored Oct 8, 2021
1 parent 5afdaf1 commit 265daba
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', '3.10']
python-version: ['3.6', '3.7', '3.8', '3.9']
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', '3.10']
python-version: ['3.6', '3.7', '3.8', '3.9']
python-architecture: [x86, x64]
exclude:
- os: macos-latest
Expand Down

0 comments on commit 265daba

Please sign in to comment.