Skip to content

Commit

Permalink
conda/meta.yaml: Constrained python version to <=3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Jan 7, 2024
1 parent d738c9f commit 517d289
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ source:

requirements:
build:
- python
- python <=3.11
- pbr
- setuptools
run:
- python
- python <=3.11
- f90nml >=0.16
- yamanifest >=0.3.4
- PyYAML
Expand All @@ -34,6 +34,8 @@ requirements:
# extra for the pypi package
- pyOpenSSL >=0.14
- cryptography>=1.3.4
- GitPython >=3.1.40
- ruamel.yaml >=0.18.5

test:
imports:
Expand Down

0 comments on commit 517d289

Please sign in to comment.