comparison doc/announcement.txt @ 7466:ad8010b3a2e2

Correct minimum python 2 version, add python 2 support blurb. Also correct a directional reference on downloading Roundup.
author John Rouillard <rouilj@ieee.org>
date Wed, 07 Jun 2023 23:03:17 -0400
parents d33fed8da090
children d397647d8d5a
comparison
equal deleted inserted replaced
7465:2bcecb1812d1 7466:ad8010b3a2e2
84 Note that you should run ``roundup-admin ... migrate`` for 84 Note that you should run ``roundup-admin ... migrate`` for
85 all your trackers to update the database schema version. Do 85 all your trackers to update the database schema version. Do
86 this before you use the web, command-line or mail interface 86 this before you use the web, command-line or mail interface
87 and before any users access the tracker. 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 than or equal to version 3.6 for correct operation. (Python 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 92 is being removed from the CI platforms, so you should deploy new
93 To give Roundup a try, just download (see below), unpack and run:: 93 trackers with Python 3 and plan on upgrading older trackers from Python
94 2 to Python 3. See the upgrade guide.
95
96 To give Roundup a try, just download (directions above), unpack and run::
94 97
95 python demo.py 98 python demo.py
96 99
97 then open the url printed by the demo app. 100 then open the url printed by the demo app.
98 101

Roundup Issue Tracker: http://roundup-tracker.org/