Skip to content

Commit 4dffe27

Browse files
committed
Add supported python versions and Python 2 support status to home page.
1 parent 4e1a540 commit 4dffe27

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

website/www/index.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,18 @@ command-line, web, REST, XML-RPC and e-mail interfaces. It is based
7474
on the winning design from Ka-Ping Yee in the Software Carpentry
7575
"Track" design competition.
7676

77-
The current stable version of Roundup is 2.3.0b2. It is a bug fix
78-
and feature release for the 2.2.0 release
77+
The current stable version of Roundup is 2.3.0b2. It is a bug fix and
78+
feature release for the 2.2.0 release.
79+
80+
It runs with Python 2.7.12+ or 3.6+.
81+
82+
.. admonition:: Python 2 Support
83+
84+
Although the original plan was to support Python 2 until 2025,
85+
CI resources for testing with Python 2 are being phased out by a
86+
number of CI services. Python 3 should be used to deploy new
87+
trackers and older trackers should be `upgraded to use Python 3
88+
<docs/upgrading.html#python-3-support-info>`_.
7989

8090
Release Highlights
8191
==================

0 commit comments

Comments
 (0)