Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dcajasn committed Mar 6, 2024
1 parent cfcd831 commit 625e62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-11, windows-2022 ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
# include:
# - os: ubuntu-20.04
# python-version: 3.8
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-11, windows-2022 ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: [ "3.8", "3.9", "3.10", "3.11"]
# include:
# - os: ubuntu-20.04
# python-version: 3.8
Expand Down

0 comments on commit 625e62c

Please sign in to comment.