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: