From 3e5757808366c1f23fb1da532ac8e7ee06514a5b 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-mac.yml | 2 +- .github/workflows/test-win.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-mac.yml b/.github/workflows/test-mac.yml index 4764baf9cd7..2b520561be7 100644 --- a/.github/workflows/test-mac.yml +++ b/.github/workflows/test-mac.yml @@ -73,7 +73,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 2a801c630f3..8a1f8fdd7a4 100644 --- a/.github/workflows/test-win.yml +++ b/.github/workflows/test-win.yml @@ -73,7 +73,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: