From 76dd489fd4483ddcab9f91eac624faaaddf754f5 Mon Sep 17 00:00:00 2001 From: Matt Burridge Date: Thu, 12 Sep 2024 21:05:29 +0100 Subject: [PATCH] trigger --- .github/workflows/python.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index ad6ca26..289a801 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -10,7 +10,7 @@ on: env: PACKAGE_NAME: rocraters - PYTHON_VERSION: "3.7" # to build abi3 wheels + PYTHON_VERSION: "3.9" # to build abi3 wheels permissions: contents: read @@ -22,7 +22,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install dependencies - run: brew install gettext - uses: actions/setup-python@v5 with: python-version: ${{ env.PYTHON_VERSION }}