Skip to content

Commit 3aa2467

Browse files
committed
make compatible with icalendar 6.* and 7.*
1 parent 37a0e02 commit 3aa2467

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ To avoid breaking changes breaking your code, install this library fixed to a sp
1818
## v3.8.1
1919

2020
- Fix: License identifier in pyproject.toml
21+
- Mark as compatible with `icalendar` versions `6.*` and `7.*`. See [Issue 257](https://github.com/niccokunzmann/python-recurring-ical-events/issues/257).
2122

2223
## v3.8.0
2324

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ classifiers = [
4141
# install requirements depending on python version
4242
# see https://www.python.org/dev/peps/pep-0508/#environment-markers
4343
dependencies = [
44-
'icalendar >= 6.1.0, < 7.0.0',
44+
'icalendar >= 6.1.0, < 8.0.0',
4545
'python-dateutil >= 2.8.1, < 3.0.0',
4646
'x-wr-timezone >= 1.0.0, < 3.0.0; python_version >= "3.9"',
4747
'x-wr-timezone == 0.*; python_version <= "3.8"',

0 commit comments

Comments
 (0)