From cbf623b4b2b4287df4a8b36eb6a01f9af9f21075 Mon Sep 17 00:00:00 2001 From: WardDeb Date: Fri, 8 Mar 2024 16:06:38 +0100 Subject: [PATCH] drop python 3.7 as lowest version in test env --- .github/test_and_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/test_and_build.yml b/.github/test_and_build.yml index e2dcd08b..0d1c77b2 100644 --- a/.github/test_and_build.yml +++ b/.github/test_and_build.yml @@ -2,7 +2,7 @@ channels: - conda-forge - bioconda dependencies: - - python >= 3.7 + - python > 3.7 - numpy - scipy - flake8