Skip to content

Commit

Permalink
Only run on 3.10 to speed up testing
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso committed Jun 3, 2023
1 parent 764315f commit 057d018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['37', '38', '39', '310']
python-version: ['310']
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']

steps:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.10']
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']

steps:
Expand Down

0 comments on commit 057d018

Please sign in to comment.