Drop support for Python 3.0 to 3.3

See #701.
This commit is contained in:
Olly Betts 2018-05-18 17:07:18 +12:00
commit a82c1b943b
5 changed files with 8 additions and 20 deletions

View file

@ -149,9 +149,9 @@
<p>
This chapter describes SWIG's support of Python. SWIG is compatible
with most recent Python versions (Python 2.7 and Python 3.x). If you still
need to generate bindings which work with older versions of Python, you'll have
to use SWIG 3.0.x.
with all recent Python versions (Python 2.7 and Python &gt;= 3.4). If you
still need to generate bindings which work with older versions of Python,
you'll have to use SWIG 3.0.x.
</p>
<p>