From 9a76fd20e78072db29844fc9cd4bdfc41bf45399 Mon Sep 17 00:00:00 2001 From: SSE4 Date: Fri, 17 Jun 2022 00:44:51 +0700 Subject: [PATCH] (#11214) - update FAQ about Python support Signed-off-by: SSE4 --- docs/faqs.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/faqs.md b/docs/faqs.md index 9100592e3e..1407af1fac 100644 --- a/docs/faqs.md +++ b/docs/faqs.md @@ -231,13 +231,13 @@ There are different motivations `Python 2.7` and earlier is not supported by the ConanCenter, as it's already [EOL](https://www.python.org/doc/sunset-python-2/). -`Python 3.5` and earlier is also not supported by the ConanCenter, as it's already [EOL](https://www.python.org/dev/peps/pep-0478/). +`Python 3.6` and earlier is also not supported by the ConanCenter, as it's already [EOL](https://peps.python.org/pep-0494/#lifespan). -Versions `Python 3.6+` onwards are currently supported by the infrastructure and the recipes. +Versions `Python 3.7+` onwards are currently supported by the infrastructure and the recipes. -Our [docker images](https://github.com/conan-io/conan-docker-tools) use `Python 3.7.5+` ATM. +Our [docker images](https://github.com/conan-io/conan-docker-tools) use `Python 3.7.13+` ATM. -Windows agents currently use `Python 3.6.7+`. macOS agents use version `Python 3.7.3+`. +Windows agents currently use `Python 3.7.9+`. macOS agents use version `Python 3.7.12+`. The version run by our agents and docker images is a subject to change, as security updates to the Python are released, or they enter EOL.