diff options
author | Simon McVittie <smcv@collabora.com> | 2018-01-17 10:26:01 +0000 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2018-01-17 10:26:01 +0000 |
commit | 3cd9349a833099837e2b9e50b1a2ba13b0e68dbc (patch) | |
tree | 45d81a786f778e251fb1715796aab21c4fc20de4 /NEWS | |
parent | c943d89ce90a7ea1abc22bcd257159f23aebc9fb (diff) |
Officially de-support Python 3.3 too
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,8 +5,9 @@ Dependencies: • When using Python 2, version 2.7 is now required. Python 2.6 security support ended in 2013. -• When using Python 3, version 3.3 or later is now required. - Python 3.2 security support ended in 2016. +• When using Python 3, version 3.4 or later is now required. + Python 3.2 security support ended in 2016, and Python 3.3 security + support ended in 2017. • Most unit tests now require the tap.py module from PyPI. Enhancements: |