-
Notifications
You must be signed in to change notification settings - Fork 521
Home
Peter Bieringer edited this page Mar 15, 2025
·
62 revisions
PART OF THE CONTENT IS STILL OUTDATED - MAJOR REVIEW IN PROGRESS
(info) contributions are very welcome!
| Major Version | Support Status | Duration/Latest Release | Documentation |
|---|---|---|---|
| 3 | active | 2020-05 -> current | https://radicale.org/v3.html |
| 2 | expired | 2017-05 -> 2020-05 (2.1.12) | https://radicale.org/v2.html |
| 1 | expired | 2016-02 -> 2020-05 (1.1.7) | https://radicale.org/v1.html |
| Python Version | 3.5 | 3.6 | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 | 3.14 |
|---|---|---|---|---|---|---|---|---|---|---|
| Python EOSL | 2020-09 | 2021-12 | 2023-06 | 2024-10 | 2025-10 | 2026-10 | 2027-10 | 2028-10 | 2029-10 | 2030-10 |
| Radicale Version | -> 3.0.6 | -> 3.1.8 | -> 3.1.9 | 3.0.0 -> 3.3.3 |
3.1.0 -> | 3.1.0 -> | 3.1.9 -> | 3.1.9 -> | 3.2.3 -> | 3.3.2 -> |
See also
- https://devguide.python.org/versions/
- poll which version is used
- ->2024-09: https://github.com/Kozea/Radicale/discussions/1408 (closed)
- 2024-10->: https://github.com/Kozea/Radicale/discussions/1583
TODO: add Ubuntu LTS
| Linux LTS | EOSL | Python Version "base" |
Python Version required for Radicale |
|---|---|---|---|
| Enterprise Linux 8 | 2029-05 | 3.6 (RP) | 3.8 (RA) (< 3.2.0) 3.9 (>= 3.2.0) |
| Enterprise Linux 9 | 2032-05 | 3.9 (RP) | 3.9 (RP) |
(RP) https://access.redhat.com/solutions/6879401
(RA) https://access.redhat.com/support/policy/updates/rhel-app-streams-life-cycle
| Module | Version | URL | Comment | Radicale Version |
|---|---|---|---|---|
| vobject | >= 0.9.6 | https://pypi.org/project/vobject/ | Github Legacy: https://github.com/eventable/vobject Successor: https://github.com/py-vobject/vobject |
|
| defusedxml | >= 0.6.0 | https://pypi.org/project/defusedxml/ | ||
| passlib | >= 1.7.2 | https://pypi.org/project/passlib/ | ||
| dateutil | >= 2.8.1 | https://pypi.org/project/python-dateutil/ | ||
| bcrypt | >= 4.0.0 ??? | https://pypi.org/project/bcrypt/ | only required in case of htpasswd file user authentication |
|
| pika | >= 1.1.0 | https://pypi.org/project/pika/ | required for RabbitMQ hook support | >= 3.2.0 |
| ldap3 | >= ? | https://pypi.org/project/ldap3/ | required for user authentication via LDAP | >= 3.3.0 |
| pam | >= 2.0.2 | https://pypi.org/project/python-pam/ | required for user authentication via PAM | >= 3.4.2 |