Skip to content

Commit 7face51

Browse files
committed
Pin python version to <3.13 to avoid setuptools issue but get higher version. Fixes #300
1 parent 88056b0 commit 7face51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.conda/benchcab-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
- defaults
77

88
dependencies:
9-
- python=3.9
9+
- python<3.13
1010
- payu>=1.0.30
1111
- pip
1212
- f90nml

.conda/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ build:
1717

1818
requirements:
1919
host:
20-
- python >=3.9
20+
- python <3.13
2121
- pip
2222
run:
23-
- python >=3.9
23+
- python <3.13
2424
- payu >=1.0.30
2525
- netCDF4
2626
- PyYAML

0 commit comments

Comments
 (0)