From 3f618b95d63f34d5d8839069fe76162789774c3b Mon Sep 17 00:00:00 2001 From: iwishiwasaneagle Date: Sun, 5 Mar 2023 14:44:28 +0000 Subject: [PATCH] fix: Build using python3.11 rather than system default --- .github/workflows/CD.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index bdfbbe5..24be4a0 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -84,6 +84,11 @@ jobs: with: submodules: true + - name: Set up Python 3.11 + uses: actions/setup-python@v4 + with: + python-version: 3.11 + - name: Build wheels run: pip wheel .