diff --git a/pages/docs/get-involved/project-ideas.md b/pages/docs/get-involved/project-ideas.md index fe31efb72efd15c8fdd16a02e50df2a6ad9a27b8..ac00e4007d22afd9c72ac23e4b0438a7b0da7d90 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 ----------------------------------------