Skip to content

Commit

Permalink
CI: Update Python versions used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Sep 20, 2024
1 parent 9953730 commit 33bd2a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 33bd2a6

Please sign in to comment.