Added
- Added new testing helpers to time travel. #626
Changed
- Dropped support for Python 2.7, 3.5 and 3.6. #569
- The
Timezone
class now relies on the nativezoneinfo.ZoneInfo
class. #569 - Renamed the
Period
class toInterval
. #676 - Renamed the
period
helper tointerval
. #676 - Removed existing testing helpers:
test()
andset_test_now()
. #626