From 8c86cab7922aaff05838cf9a99972a4ff2b14f4b Mon Sep 17 00:00:00 2001 From: Martin Schlipf Date: Mon, 13 May 2024 09:34:39 +0200 Subject: [PATCH] Add Python 3.12 --- .github/workflows/test_core.yml | 2 +- .github/workflows/test_full.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_core.yml b/.github/workflows/test_core.yml index bf169b5c..c1974982 100644 --- a/.github/workflows/test_core.yml +++ b/.github/workflows/test_core.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test_full.yml b/.github/workflows/test_full.yml index 2954ce34..8c62951b 100644 --- a/.github/workflows/test_full.yml +++ b/.github/workflows/test_full.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4