Skip to content

Commit

Permalink
fixup! fixup! like this?
Browse files Browse the repository at this point in the history
  • Loading branch information
tobixen committed Oct 22, 2024
1 parent 5b3a0bd commit 106d379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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==5.0.13;python_version=='3.8'",
"icalendar;python_version!='3.8'",
]
dynamic = ["version"]
Expand Down

0 comments on commit 106d379

Please sign in to comment.