summaryrefslogtreecommitdiff
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
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>
-rw-r--r--.travis.yml1
-rw-r--r--NEWS6
2 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index d58e3c6..fcc7bf1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,7 +62,6 @@ install:
- test -z "$dbus_ci_system_python" || pip install --user tap.py
python:
- "2.7"
- - "3.2"
- "3.3"
- "3.4"
- "3.5"
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)