Skip to content

Commit

Permalink
Bump Python versions for RC testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Nov 11, 2024
1 parent 813583d commit 40d6a55
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/predeps_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ jobs:

- name: RC test on Linux with remote data
os: ubuntu-latest
python: '3.11'
toxenv: py311-test-predeps
python: '3.12'
toxenv: py312-test-predeps
toxposargs: --remote-data

- name: RC test on OSX
os: macos-latest
python: '3.10'
toxenv: py310-test-predeps
python: '3.11'
toxenv: py311-test-predeps

- name: RC test on Windows
os: windows-latest
python: '3.12'
toxenv: py312-test-predeps
python: '3.13'
toxenv: py313-test-predeps

steps:
- name: Checkout code
Expand Down

0 comments on commit 40d6a55

Please sign in to comment.