From 298bafd0fd5e28093ec620efed15458626f98c9d Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 3 Nov 2018 22:03:41 +0200 Subject: Update minimum Jython and PyPy versions --- README.md | 2 +- docs/source/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66af3ab..907a3ec 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ See the [Blinker documentation](https://pythonhosted.org/blinker/) for more info ## Requirements -Blinker requires Python 2.7, Python 3.4 or higher, or Jython 2.5 or higher. +Blinker requires Python 2.7, Python 3.4 or higher, or Jython 2.7 or higher. ## Changelog Summary diff --git a/docs/source/index.rst b/docs/source/index.rst index a53cd81..788eb74 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -17,7 +17,7 @@ The core of Blinker is quite small but provides powerful features: Blinker was written by Jason Kirtand and is provided under the MIT License. The library supports Python 2.7 and Python 3.4 or later; -or Jython 2.5 or later; or PyPy 1.6 or later. +or Jython 2.7 or later; or PyPy 2.7 or later. Decoupling With Named Signals -- cgit v1.2.1