Update everything for dropping Python 3.2 support

This commit is contained in:
Olly Betts 2022-07-19 13:20:07 +12:00
commit 0b9d4eff09
7 changed files with 9 additions and 36 deletions

View file

@ -156,9 +156,8 @@
<p>
This chapter describes SWIG's support of Python. SWIG is compatible
with all recent Python versions (Python 2.7 and Python &gt;= 3.2). 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.3). SWIG 4.0.x
supported Python 3.2. SWIG 3.0.x supported older Python 2.x and 3.x.
</p>
<p>