From 6b094d293b8bacbaae6e9a20c1955d1b8df76dd0 Mon Sep 17 00:00:00 2001 From: scaramallion Date: Sun, 7 Jan 2024 18:11:15 +1100 Subject: [PATCH] Add Python 3.12 back to release tests (#76) --- .github/workflows/release-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index 69255c1..fda718d 100644 --- a/.github/workflows/release-wheels.yml +++ b/.github/workflows/release-wheels.yml @@ -195,7 +195,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - name: Set up Python ${{ matrix.python-version }}