From fef14d8c77af57c0f56d4707a28a57f4328169c0 Mon Sep 17 00:00:00 2001 From: Yao Chi Date: Wed, 21 Aug 2024 13:20:37 +0800 Subject: [PATCH] support py312 (#3) --- .github/workflows/pack_wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pack_wheel.yml b/.github/workflows/pack_wheel.yml index e9776e3..eb11a9c 100644 --- a/.github/workflows/pack_wheel.yml +++ b/.github/workflows/pack_wheel.yml @@ -31,7 +31,7 @@ jobs: - name: Python wheels manylinux build uses: RalfG/python-wheels-manylinux-build@v0.7.1 with: - python-versions: cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 + python-versions: cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 build-requirements: Cython==3.0.8 pip-wheel-args: -w ./wheels --no-deps env: