summaryrefslogtreecommitdiff
path: root/docs/versionhistory.rst
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2018-05-24 09:20:26 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2019-07-19 14:58:36 +0300
commit0c28bbc2fb90e45f7ac1544aa72b717659cc4fcd (patch)
treec2db05d24d295c447794eeacab017f9b551281cd /docs/versionhistory.rst
parent7213c0a60c7157ed9336f5f36b87f9b241d8d5fb (diff)
downloadapscheduler-0c28bbc2fb90e45f7ac1544aa72b717659cc4fcd.tar.gz
Dropped support for Python < 3.5
Fixes #259.
Diffstat (limited to 'docs/versionhistory.rst')
-rw-r--r--docs/versionhistory.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 5cfa7bc..eb09d1c 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -15,6 +15,8 @@ APScheduler, see the :doc:`migration section <migration>`.
3.6.0
-----
+* Dropped support for Python 2.X and 3.4
+
* Removed the Qt scheduler due to maintenance difficulties
* Adapted ``RedisJobStore`` to v3.0 of the ``redis`` library
* Adapted ``RethinkDBJobStore`` to v2.4 of the ``rethink`` library