Skip to content

Commit

Permalink
bumped minimum python version
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Aug 21, 2024
1 parent 15e9f39 commit dba5c92
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def get_data_files():
"Natural Language :: English",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Bio-Informatics",
Expand All @@ -42,7 +41,7 @@ def get_data_files():
name="mess",
packages=find_packages(),
url="https://github.com/metagenlab/MeSS",
python_requires=">=3.10",
python_requires=">=3.11",
description="Snakemake pipeline for simulating short and long read metagenomes",
long_description=get_description(),
long_description_content_type="text/markdown",
Expand All @@ -52,8 +51,7 @@ def get_data_files():
data_files=get_data_files(),
py_modules=["mess"],
install_requires=[
"snakemake>=7.32.4",
"pulp<2.8",
"snakemake>=8.0.0",
"snaketool-utils>=0.0.5",
"attrmap>=0.0.7",
"pyyaml>=6.0.1",
Expand Down

0 comments on commit dba5c92

Please sign in to comment.