Skip to content

Commit 4bc0fa0

Browse files
committed
Correct minimum python 2 version, add python 2 support blurb.
Also correct a directional reference on downloading Roundup.
1 parent ab1ee5f commit 4bc0fa0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/announcement.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,14 @@ all your trackers to update the database schema version. Do
8686
this before you use the web, command-line or mail interface
8787
and before any users access the tracker.
8888

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
9090
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.
9295

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::
9497

9598
python demo.py
9699

0 commit comments

Comments
 (0)