From d93fa777d1fa795f36d7c3013fb45531adcc949b Mon Sep 17 00:00:00 2001 From: Jaroslaw Janas Date: Mon, 22 May 2023 21:46:51 +0200 Subject: [PATCH] Bump conda python to 3.11 (#524) --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 655ea38c..a87d9d0a 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - defaults dependencies: - - python=3.8 + - python=3.11 - Pillow>=5.2.0 - psutil>=5.0.0 - python-slugify>=1.2.1