niccokunzmann / python-recurring-ical-events

Python library to calculate recurrence times of events, todos and journals based on icalendar RFC5545

Home Page:https://pypi.org/project/recurring-ical-events/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dropping Support for Python v 3.5, 3.6, 2.7

niccokunzmann opened this issue · comments

According to https://endoflife.date/python, these Python versions are end of life.
I am wondering what should be done to drop the support and invite a discussion about it.

  • How do other modules drop support for older Python versions?

To drop support for Python versions 3.5, 3.6 and 2.7, these edits need to be made:

  • setup.py - Python versions, __version__
  • travis.yml - remove Python versions
  • README.rst - deprecate the versions

Makes sense

Closing it for now. The pull request was merged and all Input given.