Skip to content

Commit

Permalink
Raised python upper bound from <3.9 to <3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Mar 30, 2021
1 parent ec797d3 commit 9766b31
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 @@ -20,9 +20,9 @@ build:
requirements:
host:
- pip
- python >=3.8,<3.9
- python >=3.8,<3.10
run:
- python >=3.8,<3.9
- python >=3.8,<3.10
- asteval >=0.9.21
- click >=7.0
- netcdf4 >=1.5.3
Expand Down

0 comments on commit 9766b31

Please sign in to comment.