From 0a81e34cad7ca89fef166497e3c5e871fdd3440b Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Wed, 26 Feb 2025 10:37:29 +0500 Subject: [PATCH] chore: add pypy3.11 build --- .github/workflows/CI.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0271642..7220c00 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -34,6 +34,9 @@ jobs: # https://github.com/pandas-dev/pandas/issues/42509 - python-version: "pypy3.10" pandas-version: "none" + # https://github.com/pandas-dev/pandas/issues/42509 + - python-version: "pypy3.11" + pandas-version: "none" - python-version: "3.13" pandas-version: "2.2.*" # https://github.com/pandas-dev/pandas/issues/60016 @@ -229,7 +232,7 @@ jobs: with: target: ${{ matrix.target }} manylinux: ${{ matrix.manylinux || 'auto' }} - args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10' }} + args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 pypy3.11' }} rust-toolchain: stable - run: ${{ matrix.ls || 'ls -lh' }} dist/