Skip to content

Commit

Permalink
Merge pull request #659 from niccokunzmann/pr-634
Browse files Browse the repository at this point in the history
log changes from PR 634
  • Loading branch information
niccokunzmann committed Jun 25, 2024
2 parents 1bc9784 + 65c350e commit e56b47b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,17 @@ Breaking changes:
- Remove untested and broken ``LocalTimezone`` and ``FixedOffset`` tzinfo
sub-classes, see `Issue 67 <https://github.com/collective/icalendar/issues/67>`_

- Remove Python 3.7 as compatible. icalendar is compatible with Python
versions 3.8 - 3.12, and PyPy3.

- Remove ``pytz`` as a dependency of ``icalendar``. If you require ``pytz``,
add it to your dependency list or install it additionally with::

pip install icalendar>=6.0.0 pytz
pip install icalendar==6.* pytz

New features:

- Test compatibility with Python 3.12
- Add function ``icalendar.use_pytz()``.

Bug fixes:
Expand Down

0 comments on commit e56b47b

Please sign in to comment.