[python] Adjust wording around supported versions

See #2537
This commit is contained in:
Olly Betts 2024-09-11 15:12:40 +12:00
parent 380bde1d5c
commit cd40541bd1
1 changed files with 3 additions and 3 deletions

View File

@ -158,9 +158,9 @@
<p>
This chapter describes SWIG's support of Python. SWIG is compatible
with all recent Python versions (Python 2.7 and Python &gt;= 3.3), though
the oldest Python 3 version we regularly test with is Python 3.5. SWIG 4.0.x
supported Python 3.2. SWIG 3.0.x supported older Python 2.x and 3.x.
with all recent Python versions (Python 2.7 and Python &gt;= 3.5). Python 3.3
and 3.4 may still work but we are no longer regularly testing with them.
SWIG 4.0.x supported Python 3.2. SWIG 3.0.x supported older Python 2.x and 3.x.
</p>
<p>