Skip to content

Commit

Permalink
Relax Python dependency requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
vinisalazar committed Jan 15, 2024
1 parent 937a833 commit 5977069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
],
extras_require={"docs": "myst_parser"},
keywords="metagenomics binning assembly snakemake workflow pipeline",
python_requires=">=3.11",
python_requires=">=3.9",
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.9",
],
)

0 comments on commit 5977069

Please # to comment.