Mercurial > p > roundup > code
diff doc/announcement.txt @ 8313:3614cd64f4c4
build: issue2551397: remove support for python 3.6
3.7 ci build works. Make changes to make 3.7 current minimum supported
version. Also removed some references that apply only when running
under 2.7.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 11 May 2025 17:50:44 -0400 |
| parents | 3a2762144b65 |
| children | 3bf6ad421347 |
line wrap: on
line diff
--- a/doc/announcement.txt Sun May 11 17:40:23 2025 -0400 +++ b/doc/announcement.txt Sun May 11 17:50:44 2025 -0400 @@ -117,12 +117,12 @@ this before you use the web, command-line or mail interface and before any users access the tracker. -Roundup requires Python 2 newer than version 2.7.12 or Python 3 -newer than or equal to version 3.6 for correct operation. (Python -3.4 or 3.5 may work, but are not tested.) Note that Roundup 2.4.0 -will be the last release to support Python 2. You should deploy -new trackers with Python 3 and plan on upgrading older trackers -from Python 2 to Python 3. See the upgrade guide. +Roundup requires Python 3 newer than or equal to version 3.7 for +correct operation. (Python 3.4 or 3.5, or 3.6 may work, but are not +tested.) Note that Roundup 2.4.0 was the last release to support +Python 2. You should deploy new trackers with Python 3 and plan on +upgrading older trackers from Python 2 to Python 3. See the upgrade +guide. To give Roundup a try, just download (directions above), unpack and run:: @@ -164,7 +164,7 @@ by managing discussions and notifying interested parties when issues are edited. One of the major design goals for Roundup that it be simple to get going. Roundup is therefore -usable "out of the box" with any Python 3.6+ +usable "out of the box" with any Python 3.7+ installation. It doesn't even need to be "installed" to be operational, though an install script is provided.
