From 33bd2a66a6bb8f5ba292aaa7e29516ed7af19ce7 Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Thu, 19 Sep 2024 21:13:46 -0500 Subject: [PATCH] CI: Update Python versions used for testing --- .github/workflows/test-linux.yml | 2 +- .github/workflows/test-mac.yml | 2 +- .github/workflows/test-win.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 60c1c2bbc5e..6c3b61f1163 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -70,7 +70,7 @@ jobs: fail-fast: false matrix: INSTALL_TYPE: ['pip', 'conda'] - PYTHON_VERSION: ['3.8', '3.10'] + PYTHON_VERSION: ['3.8', '3.12'] TEST_TYPE: ['fast', 'slow'] exclude: # Only test Python 3.8 with pip because Conda-forge will drop it soon diff --git a/.github/workflows/test-mac.yml b/.github/workflows/test-mac.yml index fb6c35916d8..2dbe83b6f1b 100644 --- a/.github/workflows/test-mac.yml +++ b/.github/workflows/test-mac.yml @@ -69,7 +69,7 @@ jobs: fail-fast: false matrix: INSTALL_TYPE: ['conda'] - PYTHON_VERSION: ['3.9'] + PYTHON_VERSION: ['3.11'] TEST_TYPE: ['fast', 'slow'] timeout-minutes: 90 steps: diff --git a/.github/workflows/test-win.yml b/.github/workflows/test-win.yml index 36c1c55097b..5ca1b0b2341 100644 --- a/.github/workflows/test-win.yml +++ b/.github/workflows/test-win.yml @@ -69,7 +69,7 @@ jobs: fail-fast: false matrix: INSTALL_TYPE: ['pip', 'conda'] - PYTHON_VERSION: ['3.9'] + PYTHON_VERSION: ['3.11'] TEST_TYPE: ['fast', 'slow'] timeout-minutes: 90 steps: