summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-01-17 10:26:01 +0000
committerSimon McVittie <smcv@collabora.com>2018-01-17 10:26:01 +0000
commit3cd9349a833099837e2b9e50b1a2ba13b0e68dbc (patch)
tree45d81a786f778e251fb1715796aab21c4fc20de4 /NEWS
parentc943d89ce90a7ea1abc22bcd257159f23aebc9fb (diff)
Officially de-support Python 3.3 too
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e69a913..92256b0 100644
--- a/NEWS
+++ b/NEWS
@@ -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: