We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7682d9 commit ce17999Copy full SHA for ce17999
.github/workflows/main.yml
@@ -9,12 +9,13 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ubuntu-latest, macos-latest, windows-latest]
12
- python-version: ["3.8", "3.10", "3.11"]
+ python-version: ["3.8", "3.10", "3.12"]
13
steps:
14
- uses: actions/checkout@v3
15
- uses: goanpeca/setup-miniconda@v2.2.0
16
with:
17
- miniforge-variant: Mambaforge-pypy3
+ miniforge-variant: latest
18
+ conda-version: ">=23.7.4"
19
conda-build-version: ">=3.26"
20
environment-file: environment.yml
21
activate-environment: mkxref-dev
0 commit comments