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 5, 2024
1 parent be0841d commit 78bd0ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,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 @@ -37,8 +37,8 @@ requirements:
# extra for the pypi package
- pyOpenSSL >=0.14
- cryptography>=1.3.4
- GitPython >= 3.1.40
- ruamel.yaml >= 0.18.5
- GitPython >=3.1.40
- ruamel.yaml >=0.18.5

test:
imports:
Expand Down

0 comments on commit 78bd0ae

Please sign in to comment.