From 4c85ecb4297baf15816fbcd27636f45c58deefa1 Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Sat, 23 Nov 2024 20:43:39 +0000 Subject: [PATCH] CI: Drop older pypy versions Co-authored-by: mattip --- .github/workflows/build_wheels.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/triggered.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 1b148546d..08e98cdbf 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9cb63900..949bc38b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/.github/workflows/triggered.yml b/.github/workflows/triggered.yml index b32466777..c03707d27 100644 --- a/.github/workflows/triggered.yml +++ b/.github/workflows/triggered.yml @@ -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: