Skip to content

Commit 5815237

Browse files
committed
broader python version range
1 parent f26c6a6 commit 5815237

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ requirements:
2828
build:
2929
- {{ compiler("cxx") }}
3030
- cmake
31-
- python >=3.9,<=3.13
31+
- python >=3.9,<3.14
3232
- pip
3333
- setuptools
3434
- scikit-build
3535
host:
36-
- python >=3.9,<=3.13
36+
- python >=3.9,<3.14
3737
- scikit-build
3838
run:
39-
- python >=3.9,<=3.13
39+
- python >=3.9,<3.14
4040

4141
about:
4242
home: {{ REPO_HOME }}

0 commit comments

Comments
 (0)