Skip to content

Commit

Permalink
CI: update Python versions in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Aug 19, 2024
1 parent d304622 commit 9a6d66b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-13", "windows-latest"]
python-version: ["3.9", "3.10", "3.11"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.10", "3.11", "3.12"]
dev: [false]
env:
- ci/environment.yml
include:
- env: ci/environment-dev.yml
os: ubuntu-latest
python-version: "3.11"
python-version: "3.12"
dev: true
- env: ci/environment-dev.yml
os: macos-13
python-version: "3.11"
os: macos-latest
python-version: "3.12"
dev: true
- env: ci/environment-dev.yml
os: windows-latest
python-version: "3.11"
python-version: "3.12"
dev: true

steps:
Expand Down

0 comments on commit 9a6d66b

Please sign in to comment.