From 144d0a75b4d193f045d7de1994fb2ab40c93184b Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Fri, 28 Feb 2025 17:04:32 +0000 Subject: [PATCH] Test pn py 3.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..e3ca3db2 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.11", "3.12"] runs-on: [ubuntu-latest, macos-latest, windows-latest] exclude: - runs-on: macos-latest