From 2a3e599868a27c68b5334c48620e85c28baee4d7 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 5 Jan 2017 23:52:18 +0100 Subject: [PATCH] packaging.rst: Remove reference to py2 --- docs/packaging.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/packaging.rst b/docs/packaging.rst index dec370d..fe916ba 100644 --- a/docs/packaging.rst +++ b/docs/packaging.rst @@ -25,9 +25,6 @@ releases, `GitHub's feed Dependency versions =================== -It is strongly discouraged to package vdirsyncer as a Python 2 application. -Future releases will only work on Python 3.3 and newer versions. - As with most Python packages, ``setup.py`` denotes the dependencies of vdirsyncer. It also contains lower-bound versions of each dependency. Older versions will be rejected by the testsuite.