summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2019-04-19 19:48:33 +0300
committerHugo <hugovk@users.noreply.github.com>2019-04-19 19:48:33 +0300
commitf92e54348bdc9fe3e015e73b200f61043bc11152 (patch)
tree0f4f06820b29a345ce14bcbadf646269ce783d91 /docs
parent298bafd0fd5e28093ec620efed15458626f98c9d (diff)
downloadblinker-f92e54348bdc9fe3e015e73b200f61043bc11152.tar.gz
Drop support for EOL Python 3.4
Diffstat (limited to 'docs')
-rw-r--r--docs/source/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 788eb74..bdb40ef 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -16,7 +16,7 @@ The core of Blinker is quite small but provides powerful features:
- thread safety
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;
+License. The library supports Python 2.7 and Python 3.5 or later;
or Jython 2.7 or later; or PyPy 2.7 or later.