summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-11-03 22:03:41 +0200
committerHugo <hugovk@users.noreply.github.com>2018-11-03 22:03:41 +0200
commit298bafd0fd5e28093ec620efed15458626f98c9d (patch)
tree90f21570601fcfef3587d87516124875babb7219
parent07f8d661ad1ea772d6245d9fe0f5e85f338cb20c (diff)
downloadblinker-298bafd0fd5e28093ec620efed15458626f98c9d.tar.gz
Update minimum Jython and PyPy versions
-rw-r--r--README.md2
-rw-r--r--docs/source/index.rst2
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