summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrey Semakin <and-semakin@ya.ru>2020-01-29 11:25:32 +0500
committerMaxim Ivanov <ulidtko@gmail.com>2020-03-08 00:19:51 +0200
commitc7342a76cfe1ce0f8a570275889f9797f6d9680a (patch)
treebbc38afa000a321545e97aa8fda868aa2202ae7d /docs
parent0b3bd90b2482e2d528aa37608304783ccadb43e2 (diff)
downloadurwid-c7342a76cfe1ce0f8a570275889f9797f6d9680a.tar.gz
Drop support for py34
Diffstat (limited to 'docs')
-rw-r--r--docs/tools/templates/indexcontent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/templates/indexcontent.html b/docs/tools/templates/indexcontent.html
index 3217110..b7d2ca6 100644
--- a/docs/tools/templates/indexcontent.html
+++ b/docs/tools/templates/indexcontent.html
@@ -37,7 +37,7 @@
<div class="section" id="requirements">
<h3>Requirements</h3>
<ul>
-<li>Python 2.7, 3.4+ or PyPy</li>
+<li>Python 2.7, 3.5+ or PyPy</li>
<li>Linux, OSX, Cygwin or other unix-like OS</li>
<li>python-gi for GlibEventLoop (optional)</li>
<li>Twisted for TwistedEventLoop (optional)</li>