Skip to content

Commit

Permalink
Bump python version to 3.8 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaMineJP committed Apr 8, 2024
1 parent 40dbbb9 commit 003e638
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: [3.7]
python: [3.8]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
python: [3.7]
python: [3.8]
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: [3.7]
python: [3.8]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 003e638

Please sign in to comment.