From d4f35bca15e6b77beba604f93b2aa12880378c82 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Thu, 9 Jan 2025 12:07:35 +0000 Subject: [PATCH] Test py3.12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35ebd692..79323d62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.9", "3.10", "3.11"] + python-version: [ "3.9", "3.10", "3.11", "3.12"] runs-on: [ubuntu-latest, macos-latest, windows-latest] exclude: - runs-on: macos-latest