File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,14 @@ all your trackers to update the database schema version. Do
86
86
this before you use the web, command-line or mail interface
87
87
and before any users access the tracker.
88
88
89
- Roundup requires Python 2 newer than version 2.7.2 or Python 3 newer
89
+ Roundup requires Python 2 newer than version 2.7.12 or Python 3 newer
90
90
than or equal to version 3.6 for correct operation. (Python
91
- 3.4 or 3.5 may work, but are not tested.)
91
+ 3.4 or 3.5 may work, but are not tested.) Note that Python 2 support
92
+ is being removed from the CI platforms, so you should deploy new
93
+ trackers with Python 3 and plan on upgrading older trackers from Python
94
+ 2 to Python 3. See the upgrade guide.
92
95
93
- To give Roundup a try, just download (see below ), unpack and run::
96
+ To give Roundup a try, just download (directions above ), unpack and run::
94
97
95
98
python demo.py
96
99
You can’t perform that action at this time.
0 commit comments