Skip to content

Commit 0c1c52b

Browse files
authored
Update introduction.rst docs (#9728)
* Update introduction.rst docs * Update docs/getting-started/introduction.rst
1 parent 778b009 commit 0c1c52b

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

docs/getting-started/introduction.rst

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,20 @@ What do I need?
3939
===============
4040

4141
.. sidebar:: Version Requirements
42-
:subtitle: Celery version 5.3 runs on
43-
44-
- Python ❨3.8, 3.9, 3.10, 3.11❩
45-
- PyPy3.8+ ❨v7.3.11+❩
46-
47-
Celery 4.x was the last version to support Python 2.7,
48-
Celery 5.x requires Python 3.6 or newer.
49-
Celery 5.1.x also requires Python 3.6 or newer.
50-
Celery 5.2.x requires Python 3.7 or newer.
42+
:subtitle: Celery version 5.5.x runs on:
5143

44+
- Python ❨3.8, 3.9, 3.10, 3.11, 3.12, 3.13❩
45+
- PyPy3.9+ ❨v7.3.12+❩
5246

5347
If you're running an older version of Python, you need to be running
5448
an older version of Celery:
5549

56-
- Python 2.7 or Python 3.5: Celery series 4.4 or earlier.
50+
- Python 3.7: Celery 5.2 or earlier.
51+
- Python 3.6: Celery 5.1 or earlier.
52+
- Python 2.7: Celery 4.x series.
5753
- Python 2.6: Celery series 3.1 or earlier.
5854
- Python 2.5: Celery series 3.0 or earlier.
59-
- Python 2.4 was Celery series 2.2 or earlier.
55+
- Python 2.4: Celery series 2.2 or earlier..
6056

6157
Celery is a project with minimal funding,
6258
so we don't support Microsoft Windows.

0 commit comments

Comments
 (0)