Skip to content

Commit

Permalink
CI: Drop older pypy versions
Browse files Browse the repository at this point in the history
Co-authored-by: mattip <[email protected]>
  • Loading branch information
HaoZeke and mattip committed Nov 23, 2024
1 parent de79510 commit 4c85ecb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- [macos-13, macosx_x86_64]
- [macos-13, macosx_arm64]
- [windows-2022, win_amd64]
python-version: ['3.9', '3.10', '3.12', 'pypy3.8', 'pypy3.9']
python-version: ['3.9', '3.10', '3.12', 'pypy3.10']

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
fail-fast: false
matrix:
# macos-latest doesn't have 3.8 anymore or pypy-3.9 ..
# macos-latest doesn't have 3.8 anymore
os: ["ubuntu-latest", "macos-13"]
python-version: ["3.8", "3.12", "pypy-3.9"]
python-version: ["3.8", "3.12", "pypy-3.10"]
r-version: ['release']
timeout-minutes: 60
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triggered.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8", "3.12", "pypy-3.8", "pypy-3.9"]
python-version: ["3.8", "3.12", "pypy-3.10"]
r-version: ['release']
timeout-minutes: 30
steps:
Expand Down

0 comments on commit 4c85ecb

Please sign in to comment.