From 95b60c87a5617a0d6d2f24f9b18bba255a462e4e Mon Sep 17 00:00:00 2001 From: Harrison Date: Fri, 21 Apr 2023 11:19:27 -0500 Subject: [PATCH] Bumped python version in 'environment.yml' --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index ad5d058..b1a3b7a 100644 --- a/environment.yml +++ b/environment.yml @@ -5,4 +5,4 @@ dependencies: - build=0.7.0 - pytest=7.2.2 - twine=4.0.2 - - python=3.9 + - python=3.11