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 f138092 commit 3373608
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/predeps_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ jobs:
matrix:
include:
# Basic tests but with RC
- name: Test with Python 3.9 on Linux
- name: Test with Python 3.11 on Linux
os: ubuntu-latest
python: '3.9'
toxenv: py39-test-predeps
python: '3.11'
toxenv: py311-test-predeps
toxposargs: -sv
- name: Test with Python 3.10 on OSX
- name: Test with Python 3.12 on OSX
os: macos-latest
python: '3.10'
toxenv: py310-test-predeps
python: '3.12'
toxenv: py312-test-predeps
toxposargs: -sv
- name: Test with Python 3.11 on Windows
- name: Test with Python 3.13 on Windows
os: windows-latest
python: '3.11'
toxenv: py311-test-predeps
python: '3.13'
toxenv: py313-test-predeps
toxposargs: -sv

steps:
Expand Down

0 comments on commit 3373608

Please sign in to comment.