-
Notifications
You must be signed in to change notification settings - Fork 442
Home
fiwswe edited this page Oct 22, 2024
·
28 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 |
TODO: add more
Python Version | 3.5 | 3.6 | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 |
---|---|---|---|---|---|---|---|---|---|
Python EOSL | 2020-09 | 2021-12 | 2023-06 | 2024-10 | 2025-10 | 2026-10 | 2027-10 | 2028-10 | 2029-10 |
Radicale Version | -> 3.0.6 | -> 3.1.8 | -> 3.1.9 | 3.0.0 -> | 3.1.0 -> | 3.1.0 -> | 3.1.9 -> | 3.1.9 -> | 3.2.3 -> |
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 |