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 Nov 1, 2024
1 parent d0fd048 commit 3e57578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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 @@ -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:
Expand Down

0 comments on commit 3e57578

Please sign in to comment.