Skip to content

Commit

Permalink
Use python 3.12 for latest CI version
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-cbarber authored Nov 5, 2023
1 parent a7682d9 commit ce17999
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.10", "3.11"]
python-version: ["3.8", "3.10", "3.12"]
steps:
- uses: actions/checkout@v3
- uses: goanpeca/setup-miniconda@v2.2.0
with:
miniforge-variant: Mambaforge-pypy3
miniforge-variant: latest
conda-version: ">=23.7.4"
conda-build-version: ">=3.26"
environment-file: environment.yml
activate-environment: mkxref-dev
Expand Down

0 comments on commit ce17999

Please sign in to comment.