From 0cdeeb3bc29a59d8ecac2df1243be749186b4088 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Thu, 16 Nov 2023 16:05:10 +0100 Subject: [PATCH] Add Python 3.12 to CI matrix --- .github/workflows/pytest.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 5ed6064d6..841799438 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -28,7 +28,8 @@ jobs: - "3.8" # Earliest version supported by ixmp - "3.9" - "3.10" - - "3.11" # Latest supported by ixmp + - "3.11" + - "3.12" # Latest supported by ixmp # commented: force a specific version of pandas, for e.g. pre-release # testing