From d80ef903a0c20dd8092d38367d2682cf93871aa1 Mon Sep 17 00:00:00 2001 From: clintval Date: Thu, 8 Aug 2024 09:20:46 -0700 Subject: [PATCH] chore: downgrade Python for building wheels --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index f4c403b..fb8b8cf 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: 3.12 + python-version: 3.8 - name: Install cibuildwheel run: python -m pip install cibuildwheel==2.15.0