Skip to content

Commit

Permalink
Use python 3.11 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garyo committed Mar 22, 2024
1 parent 6d944c5 commit ed39f05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
python-version: [3.11]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
python-version: [3.11]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
python-version: [3.11]
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -76,7 +76,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
python-version: [3.11]
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit ed39f05

Please sign in to comment.