Skip to content

Commit

Permalink
Restrict to python<3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans authored Oct 30, 2024
1 parent c2d03a0 commit 3554b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ build:

requirements:
host:
- python >=3.9
- python >=3.9,<3.13
- setuptools
- setuptools-scm
- wheel
- pip
run:
- python >=3.9
- python >=3.9,<3.13
- certifi
- filelock
- isodate ==0.*
Expand Down

0 comments on commit 3554b6a

Please sign in to comment.