From 4106bf52b9200ebc3d41a62e44a9297137a7d0b5 Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Mon, 29 Apr 2024 08:22:53 -0400 Subject: [PATCH] fix python version in the conda file --- conda/dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/dev.yaml b/conda/dev.yaml index e3b2111..8446cb7 100644 --- a/conda/dev.yaml +++ b/conda/dev.yaml @@ -3,7 +3,7 @@ channels: - nodefaults - conda-forge dependencies: - - python >=3.8.1,<4 + - python >=3.10,<4 - pip - poetry - nodejs # used by semantic-release