From 801c954e889df81765b300fac26958fd2f068c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20K=C3=A1lm=C3=A1n?= Date: Tue, 7 Dec 2021 14:36:26 +0100 Subject: [PATCH 1/4] update doc to reflect Celery 5.2.x --- docs/getting-started/introduction.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/introduction.rst b/docs/getting-started/introduction.rst index a57086df8bc..e1dfaf3077b 100644 --- a/docs/getting-started/introduction.rst +++ b/docs/getting-started/introduction.rst @@ -39,14 +39,15 @@ What do I need? =============== .. sidebar:: Version Requirements - :subtitle: Celery version 5.1 runs on + :subtitle: Celery version 5.2 runs on - - Python ❨3.6, 3.7, 3.8❩ + - Python ❨3.7, 3.8, 3.9❩ - PyPy3.6 ❨7.3❩ Celery 4.x was the last version to support Python 2.7, Celery 5.x requires Python 3.6 or newer. - Celery 5.1.x also requires Python 3.6 or newer. + Celery 5.1.x also requires Python 3.6 or newer + and Celery 5.2.x requires Python 3.7 or newer. If you're running an older version of Python, you need to be running From 52fcdeff7325df7ec957d78820c26a5a0d11ae7c Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Thu, 9 Dec 2021 16:40:55 +0200 Subject: [PATCH 2/4] Mention 3.10 as well. Co-authored-by: Asif Saif Uddin --- docs/getting-started/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/introduction.rst b/docs/getting-started/introduction.rst index e1dfaf3077b..1d431a43b5a 100644 --- a/docs/getting-started/introduction.rst +++ b/docs/getting-started/introduction.rst @@ -41,7 +41,7 @@ What do I need? .. sidebar:: Version Requirements :subtitle: Celery version 5.2 runs on - - Python ❨3.7, 3.8, 3.9❩ + - Python ❨3.7, 3.8, 3.9, 3.10❩ - PyPy3.6 ❨7.3❩ Celery 4.x was the last version to support Python 2.7, From 2385463d0816708ba7770e11e7c48e9f2ea6f0e0 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Thu, 9 Dec 2021 16:41:37 +0200 Subject: [PATCH 3/4] Fix formatting. --- docs/getting-started/introduction.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/introduction.rst b/docs/getting-started/introduction.rst index 1d431a43b5a..ba62d569ec1 100644 --- a/docs/getting-started/introduction.rst +++ b/docs/getting-started/introduction.rst @@ -46,8 +46,8 @@ What do I need? Celery 4.x was the last version to support Python 2.7, Celery 5.x requires Python 3.6 or newer. - Celery 5.1.x also requires Python 3.6 or newer - and Celery 5.2.x requires Python 3.7 or newer. + Celery 5.1.x also requires Python 3.6 or newer. + Celery 5.2.x requires Python 3.7 or newer. If you're running an older version of Python, you need to be running From abbc57dd186e7cdd9e178eeec94746274335a2c8 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Fri, 10 Dec 2021 17:20:29 +0600 Subject: [PATCH 4/4] update --- docs/getting-started/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/introduction.rst b/docs/getting-started/introduction.rst index ba62d569ec1..2797ce60097 100644 --- a/docs/getting-started/introduction.rst +++ b/docs/getting-started/introduction.rst @@ -42,7 +42,7 @@ What do I need? :subtitle: Celery version 5.2 runs on - Python ❨3.7, 3.8, 3.9, 3.10❩ - - PyPy3.6 ❨7.3❩ + - PyPy3.7, 3.8 ❨7.3.7❩ Celery 4.x was the last version to support Python 2.7, Celery 5.x requires Python 3.6 or newer.