From f35ecda2bff6f68fdc4d9112e064a3180a54c6d2 Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Sun, 23 Jun 2024 19:10:04 -0400 Subject: [PATCH] ci: update test set --- .github/workflows/build_wheels.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 63bb916..610ad72 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -26,7 +26,7 @@ jobs: # to supply options, put them in 'env', like: env: CIBW_ARCHS_LINUX: ${{matrix.arch}} - CIBW_BEFORE_BUILD: pip install numpy + CIBW_BEFORE_BUILD: pip install numpy cython CIBW_ARCHS_MACOS: "x86_64 arm64" - uses: actions/upload-artifact@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 75beb59..25f176a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, macos-latest, windows-2019] - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Set up Python ${{ matrix.python-version }}