Skip to content

Commit

Permalink
upgrade PyPy version on win CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Jul 6, 2023
1 parent d127424 commit 9010732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
win:
runs-on: windows-latest
env:
PY_ALL: 3.8 3.9 3.10 3.11 C:\hostedtoolcache\windows\PyPy\3.9.16\x86\python3.exe
PY_ALL: 3.8 3.9 3.10 3.11 C:\hostedtoolcache\windows\PyPy\3.9.17\x86\python3.exe
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
wheel-win:
runs-on: windows-latest
env:
PY_ALL: 3.8 3.9 3.10 3.11 C:\hostedtoolcache\windows\PyPy\3.9.16\x86\python3.exe
PY_ALL: 3.8 3.9 3.10 3.11 C:\hostedtoolcache\windows\PyPy\3.9.17\x86\python3.exe
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 9010732

Please sign in to comment.