Mercurial > p > roundup > code
diff doc/installation.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 | 0d451fd19f1b |
| children | 35fab0db52f5 |
line wrap: on
line diff
--- a/doc/installation.txt Sun May 11 17:40:23 2025 -0400 +++ b/doc/installation.txt Sun May 11 17:50:44 2025 -0400 @@ -178,7 +178,7 @@ Prerequisites ============= -Roundup requires Python 2.7 [3]_ or 3.6 or newer with a functioning anydbm +Roundup requires Python 3.7 or newer with a functioning anydbm or sqlite module. The version installed by most vendors should work if it meets the version requirements. If necessary, you can download the latest version from https://www.python.org/. It is highly recommended @@ -318,9 +318,6 @@ .. _Using Redis for Session Databases: admin_guide.html#using-redis-for-session-databases -.. [3] Do not use Python 2 for new installs. The next minor release - (2.5.0 expected summer 2025) will drop support for Python 2. - Installing Roundup ==================
