From 31f3626cf432e96d91a14b93f217c12e476cc676 Mon Sep 17 00:00:00 2001 From: chrisjonesBSU Date: Fri, 25 Oct 2024 16:19:56 -0600 Subject: [PATCH] bump python version in env files --- environment-dev.yml | 2 +- environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment-dev.yml b/environment-dev.yml index 83fc2aaf..6c8e2dbe 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -21,6 +21,6 @@ dependencies: - pytest-cov - pytest-timeout - pytest-xdist - - python>=3.9 + - python>=3.10 - requests - requests-mock diff --git a/environment.yml b/environment.yml index 9355322b..ebb762c5 100644 --- a/environment.yml +++ b/environment.yml @@ -10,4 +10,4 @@ dependencies: - parmed>=3.4.3 - ele - requests - - python>=3.9 + - python>=3.10