summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-11-01 16:47:04 +0000
committerSimon McVittie <smcv@collabora.com>2017-11-01 16:47:04 +0000
commit57a3f733ed9adbf45e645dcb1f03259cddad643e (patch)
treee770eea514a4b14869b662917641fcd43f913b4b /NEWS
parentdb93f1949f4bdff46ed94b74c8aec681efedab34 (diff)
Officially de-support Python 3.2
One test fails on travis-ci. It might be a spurious failure, but I have no interest in supporting versions whose vendors have dropped security support. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ca3177d..35b1da4 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,10 @@ D-Bus Python Bindings 1.2.6 (UNRELEASED)
Dependencies:
-• Python ≥ 2.7 is now required. Python 2.6 security support ended
- in 2013, so if you are still using it, please upgrade.
+• 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.
• Most unit tests now require the tap.py module from PyPI.
D-Bus Python Bindings 1.2.4 (2016-03-06)