From a9e1a4e35248c48940e601192a6a182116ad7280 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Tue, 17 Mar 2020 20:59:17 +0100 Subject: Remove python 3 reference on ideas page we should be freezing anything python-based --- pages/docs/get-involved/project-ideas.md | 12 ------------ 1 file changed, 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 ---------------------------------------- -- cgit v1.2.3