Skip to content

Commit

Permalink
Fix all python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Jun 18, 2024
1 parent 97df0b6 commit 7347402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ outputs:
- conda-store = conda_store.__main__:main
requirements:
host:
- python >=3.8
- python >=3.8,<=3.12.4
- pip
- hatchling >=1.14.0
- hatch-vcs
Expand All @@ -32,7 +32,7 @@ outputs:
- __win # [win]
- aiohttp>=3.8.1
- click
- python >=3.8
- python >=3.8,<=3.12.4
- rich
- ruamel.yaml
- yarl
Expand Down Expand Up @@ -80,7 +80,7 @@ outputs:
# need to come back and pin =1.10.16,<2.0a0
- pydantic <2.0a0
- pyjwt
- python >=3.8
- python >=3.8,<=3.12.4
- python-docker
- python-multipart
- pyyaml
Expand Down

0 comments on commit 7347402

Please sign in to comment.