summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/docs/get-involved/project-ideas.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/pages/docs/get-involved/project-ideas.md b/pages/docs/get-involved/project-ideas.md
index fe31efb..ac00e40 100644
--- a/pages/docs/get-involved/project-ideas.md
+++ b/pages/docs/get-involved/project-ideas.md
@@ -74,18 +74,6 @@ There are several areas where the user experience could be improved, particulary
Generic
---------------------------------------
-### Port to python 3
-
-The current code base is in python2, wich is in a process of being deprecated. Most linux distributions are stopping the support for it and upstream is not doing any new development for it since years. Having support for python3 will also bring us the posibility of using pypy, wich might be a good improvement of speed for the server parts.
-
-Some work has started on getting the tests to pass on soledad. We already use tox for to run our tests. Getting our CI running both for py2 and py3 is straight forward and from there the first step will be to get the tests running on py3.
-
-* Contact: meskio
-* Priority: high
-* Difficulty: medium
-* Skills: python2 & 3, six library
-
-
VPN
----------------------------------------