Skip to content

Commit f02ffd6

Browse files
committed
Fix Python version constraint to 3.11
1 parent ecdaf12 commit f02ffd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CondaPkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
channels = ["conda-forge"]
22

33
[deps]
4-
python = "==3.12"
4+
python = "==3.11"
55
rasterio = ">=1.4.3"
66
numpy = ">=2.2"
77
shapely = ">=2.1"

0 commit comments

Comments
 (0)