summaryrefslogtreecommitdiff
path: root/RELEASENOTES
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-07-19 13:20:07 +1200
committerOlly Betts <olly@survex.com>2022-07-19 13:20:07 +1200
commit0b9d4eff09a9d12435e9688842662994ec2b154d (patch)
tree6d8639cd60a2ce6d747c4f5f7bba97ec6d46545e /RELEASENOTES
parenta55d40dbb5eee8f0c1b360d27820d50463dbe8aa (diff)
downloadswig-0b9d4eff09a9d12435e9688842662994ec2b154d.tar.gz
Update everything for dropping Python 3.2 support
Diffstat (limited to 'RELEASENOTES')
-rw-r--r--RELEASENOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASENOTES b/RELEASENOTES
index 2fad03096..33f7e4c45 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -11,6 +11,7 @@ SWIG-4.1.0 summary:
- Add PHP 8 support.
- PHP wrapping is now done entirely via PHP's C API - no more .php wrapper.
- Perl 5.8.0 is now the oldest version SWIG supports.
+- Python 3.3 is now the oldest Python 3 version SWIG supports.
- Common cases of `<` and `>` comparisons in constant expressions are now
supported.
- GitHub Actions is now used instead of Travis CI for continuous integration.