Skip to content

Commit

Permalink
Bump windows to 3.11 as 3.10 is stuck on old version.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Nov 12, 2024
1 parent 215cc67 commit 75460b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
pyver: ['3.10', '3.11', '3.12', '3.13']
os: ['ubuntu-latest']
include:
- pyver: '3.10.15'
- pyver: '3.11'
os: 'windows-latest'
uses: ./.github/workflows/workflow-build.yml
with:
Expand All @@ -22,7 +22,7 @@ jobs:
pyver: ['3.10', '3.11', '3.12', '3.13']
os: ['ubuntu-latest']
include:
- pyver: '3.10.15'
- pyver: '3.11'
os: 'windows-latest'
uses: ./.github/workflows/workflow-test.yml
with:
Expand Down

0 comments on commit 75460b2

Please sign in to comment.