From 008babd2b8ac3a71359339e55776396023d0f2cf Mon Sep 17 00:00:00 2001 From: Christos Kopanos Date: Mon, 29 Sep 2025 15:01:27 +0300 Subject: [PATCH 1/2] Update setup.py to include clearer python versions support --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ac41669..d983987 100755 --- a/setup.py +++ b/setup.py @@ -44,5 +44,5 @@ "Topic :: Scientific/Engineering :: Bio-Informatics", ], install_requires=installation_requirements, - python_requires=">=3.3", + python_requires=">=3.3,<3.11", ) From af0e625a3c29f25ba28d07269ceb34803d24e981 Mon Sep 17 00:00:00 2001 From: Christos Kopanos Date: Mon, 29 Sep 2025 15:02:41 +0300 Subject: [PATCH 2/2] Update README.md to include a better description of supported python versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5febe5d..dde483e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It contains a substantial, but partial, data-set. Additionally it is throttled a ### Python versions -Requires at least Python 3.3, you can download the latest version from [www.python.org](http://www.python.org) +Supports Python 3.3 to 3.10, you can download the latest version from [www.python.org](http://www.python.org) ### Installation