From bc940d82eb756856cf21a7e10c1e7448e695a0fc Mon Sep 17 00:00:00 2001 From: Biowilko Date: Wed, 4 Dec 2024 11:17:45 +0000 Subject: [PATCH] 1.5.7 Version Bump --- environment.yml | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 0e8cadd..705e1b4 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - bioconda dependencies: - - python==3.9 + - python>=3.7 - bcftools - biopython - bwa diff --git a/setup.cfg b/setup.cfg index 59e6796..ce69320 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = artic -version = 1.5.6 +version = 1.5.7 author = Nick Loman author_email = n.j.loman@bham.ac.uk maintainer = Sam Wilkinson @@ -20,7 +20,7 @@ classifiers = zip_safe = False include_package_data = True packages = find: -python_requires = ==3.9.* +python_requires = >=3.7 [options.entry_points] console_scripts =