Commit 2ff96557 authored by Jürgen Gmach's avatar Jürgen Gmach Committed by Michael Howitz

Use Python 3.8 in developer documentation instead of the unsupported Python 3.4

parent 6e00617e
......@@ -23,8 +23,8 @@ with them do::
make PYTHON_VER=2.7 build
make PYTHON_VER=2.7 test
make PYTHON_VER=3.4 build
make PYTHON_VER=3.4 test
make PYTHON_VER=3.8 build
make PYTHON_VER=3.8 test
The actual Python compilation is only done once and then re-used. So on
subsequent builds, only the development buildout itself needs to be redone.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment