From 63664163701e4a71c1fe767e81b6110fddcf4a61 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Fri, 1 Dec 2023 21:14:50 +0100 Subject: [PATCH] Update faqs.rst: Pythons 2.7/3.6/3.7 no longer supported but 3.10 is (#17) See: https://github.com/bioconda/bioconda-utils/pull/878 --- source/faqs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/faqs.rst b/source/faqs.rst index aa30381..e2c6f75 100644 --- a/source/faqs.rst +++ b/source/faqs.rst @@ -85,11 +85,11 @@ Bioconda only supports 64-bit Linux and macOS. ARM is not currently supported. Python ~~~~~~ -Bioconda only supports python 2.7, 3.6, 3.7, 3.8 and 3.9. +Bioconda only supports Python 3.8, 3.9 and 3.10. The exception to this is Bioconda packages which declare `noarch: python` and only depend on such packages - those packages can be installed in an -environment with any version of python they say they can support. However many +environment with any version of Python they say they can support. However many python packages in Bioconda depend on other Bioconda packages with architecture specific builds, such as `pysam`, and so do not meet this criteria.