Skip to content

Commit 4b1d0d9

Browse files
committed
devops: publish to conda on 3.8
1 parent d3aacbb commit 4b1d0d9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,10 @@ jobs:
169169
- name: Get conda
170170
uses: conda-incubator/setup-miniconda@v3
171171
with:
172-
python-version: 3.9
172+
# This version determines our minimal supported version. It supersedes the minimum version in the meta.yaml.
173+
python-version: 3.8
173174
channels: conda-forge
175+
miniconda-version: latest
174176
- name: Prepare
175177
run: conda install conda-build conda-verify
176178
- name: Build

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
- name: Get conda
3232
uses: conda-incubator/setup-miniconda@v3
3333
with:
34-
python-version: 3.12
34+
# This version determines our minimal supported version. It supersedes the minimum version in the meta.yaml.
35+
python-version: 3.8
3536
channels: conda-forge
3637
miniconda-version: latest
3738
- name: Prepare

0 commit comments

Comments
 (0)