@@ -39,24 +39,20 @@ What do I need?
39
39
===============
40
40
41
41
.. 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:
51
43
44
+ - Python ❨3.8, 3.9, 3.10, 3.11, 3.12, 3.13❩
45
+ - PyPy3.9+ ❨v7.3.12+❩
52
46
53
47
If you're running an older version of Python, you need to be running
54
48
an older version of Celery:
55
49
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.
57
53
- Python 2.6: Celery series 3.1 or earlier.
58
54
- 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. .
60
56
61
57
Celery is a project with minimal funding,
62
58
so we don't support Microsoft Windows.
0 commit comments