Skip to content

Commit

Permalink
Only test Python 3.10 on aarch64 linux due to unreliability of GitHub…
Browse files Browse the repository at this point in the history
… runners for other versions.
  • Loading branch information
GrahamDumpleton committed May 2, 2022
1 parent 982ddec commit 3370727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
strategy:
matrix:
python:
- {os: ubuntu-latest, python-version: 3.7, pyver: py37}
- {os: ubuntu-latest, python-version: 3.8, pyver: py38}
- {os: ubuntu-latest, python-version: 3.9, pyver: py39}
#- {os: ubuntu-latest, python-version: 3.7, pyver: py37}
#- {os: ubuntu-latest, python-version: 3.8, pyver: py38}
#- {os: ubuntu-latest, python-version: 3.9, pyver: py39}
- {os: ubuntu-latest, python-version: "3.10", pyver: py310}
env:
py: python${{ matrix.python.python-version }}
Expand Down

0 comments on commit 3370727

Please sign in to comment.