Skip to content

Commit 1dcd796

Browse files
committed
set python version in meta.yaml
1 parent 53658b2 commit 1dcd796

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
# Part 2: Python install & tests
4242
# -----------------------------
4343

44-
- name: Set up Python 3.10
44+
- name: Set up Python 3.11
4545
uses: actions/setup-python@v4
4646
with:
47-
python-version: "3.10"
47+
python-version: "3.11"
4848

4949
- name: Create & activate virtualenv
5050
run: |

conda-recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ requirements:
2929
build:
3030
- {{ compiler("cxx") }}
3131
- cmake
32-
- python
32+
- python 3.12
3333
- pip
3434
- setuptools
3535
- scikit-build
3636
host:
37-
- python
37+
- python 3.12
3838
- scikit-build
3939
run:
40-
- python
40+
- python 3.12
4141

4242
about:
4343
home: {{ REPO_HOME }}

0 commit comments

Comments
 (0)