summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2020-03-17 20:59:17 +0100
committerkwadronaut <kwadronaut@leap.se>2020-03-17 20:59:17 +0100
commita9e1a4e35248c48940e601192a6a182116ad7280 (patch)
treec1b01135f4464d40574bcf0ddc820db2c419dacc
parent197ad25e5a327b796167421354751a72d6fad5e3 (diff)
Remove python 3 reference on ideas page
we should be freezing anything python-based
-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
----------------------------------------