Skip to content

Commit

Permalink
Merge pull request #424 from ameraner/update_ci_py_versions
Browse files Browse the repository at this point in the history
Update CI test python versions
  • Loading branch information
ameraner authored Aug 30, 2024
2 parents 9d4d629 + a8ae8e7 commit f60e769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
miniforge-variant: Mambaforge
miniforge-version: latest
python-version: "3.10"
python-version: "3.11"
use-mamba: true
environment-file: continuous_integration/environment.yaml
activate-environment: test-environment
Expand Down Expand Up @@ -73,10 +73,10 @@ jobs:
# XXX: We don't currently have OpenGL installation on other platforms
#os: ["windows-latest", "ubuntu-latest", "macos-latest"]
os: ["ubuntu-latest"]
python-version: ["3.8", "3.10"]
python-version: ["3.9", "3.11"]
experimental: [false]
include:
- python-version: "3.10"
- python-version: "3.11"
os: "ubuntu-latest"
experimental: true

Expand Down

0 comments on commit f60e769

Please sign in to comment.