Skip to content

Commit

Permalink
Remove Python version < 3.7 from doc
Browse files Browse the repository at this point in the history
Their supports have been removed.
  • Loading branch information
4383 committed Dec 19, 2023
1 parent 72a29b6 commit 5bc7b4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Code talks! This is a simple web crawler that fetches a bunch of urls concurren
Supported Python versions
=========================

Currently CPython 2.7 and 3.4+ are supported, but **2.7 and 3.4 support is deprecated and will be removed in the future**, only CPython 3.5+ support will remain.
Currently supporting CPython 3.7+.


Contents
Expand Down
2 changes: 1 addition & 1 deletion doc/real_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1>Eventlet</h1>

<p>License: <a class="reference external" target="_blank" href="https://opensource.org/licenses/MIT">MIT</a></p>

<p>Currently CPython 2.7 and 3.4+ are supported, but <strong>2.7 and 3.4 support is deprecated and will be removed in the future</strong>, only CPython 3.5+ support will remain.</p>
<p>Currently supporting CPython 3.7+.</p>

<h3><a href="doc/">API Documentation</a></h3>

Expand Down
2 changes: 1 addition & 1 deletion doc/ssl.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Using SSL With Eventlet
========================

Eventlet makes it easy to use non-blocking SSL sockets. If you're using Python 2.7 or later, you're all set, eventlet wraps the built-in ssl module.
Eventlet makes it easy to use non-blocking SSL sockets. If you're using Python 3.7 or later, you're all set, eventlet wraps the built-in ssl module.

In either case, the ``green`` modules handle SSL sockets transparently, just like their standard counterparts. As an example, :mod:`eventlet.green.urllib2` can be used to fetch https urls in as non-blocking a fashion as you please::

Expand Down

0 comments on commit 5bc7b4d

Please sign in to comment.