From f85e12c3519647c18bb49d795201a897fea6ab66 Mon Sep 17 00:00:00 2001 From: Manu Garg Date: Sat, 29 Jun 2024 15:50:06 -0700 Subject: [PATCH] Build linux wheel for python 3.12 (#200) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b81b703..102962b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -210,7 +210,7 @@ jobs: cp src/spidermonkey/libjs.a src/pacparser.o src/pacparser.h src/pymod cd src/pymod && python -m cibuildwheel --output-dir dist env: - CIBW_BUILD: "cp{37,38,39,310,311}-manylinux*64" + CIBW_BUILD: "cp{37,38,39,310,311,312}-manylinux*64" CIBW_ENVIRONMENT: "PACPARSER_VERSION=${{ env.PACPARSER_VERSION }}" - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2