Skip to content

Commit ce17999

Browse files
Use python 3.12 for latest CI version
1 parent a7682d9 commit ce17999

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
12-
python-version: ["3.8", "3.10", "3.11"]
12+
python-version: ["3.8", "3.10", "3.12"]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: goanpeca/setup-miniconda@v2.2.0
1616
with:
17-
miniforge-variant: Mambaforge-pypy3
17+
miniforge-variant: latest
18+
conda-version: ">=23.7.4"
1819
conda-build-version: ">=3.26"
1920
environment-file: environment.yml
2021
activate-environment: mkxref-dev

0 commit comments

Comments
 (0)