From bee76800d1a94aeb8250674bd5c54ff4b0705611 Mon Sep 17 00:00:00 2001 From: ajfriend Date: Sat, 9 Mar 2024 16:46:38 -0800 Subject: [PATCH] trying 3.12 wheels and tests --- .github/workflows/tests.yml | 2 +- .github/workflows/wheels.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a5b4fec9..9e68286a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [macos-latest, windows-latest, ubuntu-20.04] - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e6f9d749..2b4fa4ff 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -93,6 +93,9 @@ jobs: - os: ubuntu-20.04 build: 'cp311-manylinux_aarch64' name: Linux Aarch64 3.11 + - os: ubuntu-20.04 + build: 'cp312-manylinux_aarch64' + name: Linux Aarch64 3.12 steps: - uses: actions/checkout@v3