diff --git a/pyproject.toml b/pyproject.toml index a6b8ec3..539fb29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "recurring-ical-events>=2.0.0", "typing_extensions;python_version<'3.11'", ## It's a mess - newer versions of xandikos, used for testing, does not support python 3.8 anymore. icalendar 6.0.0 is not compatible with elder versions of xandikos. It's no problem with python 3.7, as icalender 6.0.0 does not support python 3.7. - "icalendar==5.0.13;python_version=='3.8'", + "icalendar<6.0.0;python_version=='3.8'", "icalendar;python_version!='3.8'", ] dynamic = ["version"]