diff doc/upgrading.txt @ 8315:3f43db05aa11

docs: use bulleted list for deprecation; pydoc for shared dir pydoc update for embedded/released docs isn't working quite right. The html file is generated but no docs are extracted into it. But the error emitted by the presence of pydoc.txt is suppressed.
author John Rouillard <rouilj@ieee.org>
date Sun, 11 May 2025 18:51:57 -0400
parents b99e76e76496
children 35fab0db52f5
line wrap: on
line diff
--- a/doc/upgrading.txt	Sun May 11 17:59:32 2025 -0400
+++ b/doc/upgrading.txt	Sun May 11 18:51:57 2025 -0400
@@ -47,7 +47,8 @@
    Python v2.5 and v2.6.  Starting with the v1.6 releases of Roundup
    Python version 2.7 that is newer than 2.7.2 is required to run
    Roundup.  Starting with Roundup version 2.0.0 we also support Python 3
-   versions newer than 3.6.
+   versions newer than 3.6. Roundup version 2.5 supports Python
+   3.7 and newer.
 
 Recent release notes have the following labels:
 
@@ -100,13 +101,15 @@
 Migrating from 2.4.0 to 2.5.0
 =============================
 
-Deprecation Notices (info)
---------------------------
-
-Support for SQLite version 2 has been removed in 2.5.0.  Support for
-the `PySQLite <https://github.com/ghaering/pysqlite>`_ library has
-been removed in 2.5.0. Only the Python supplied sqlite3 library will
-be supported.
+Deprecation Notices (required)
+------------------------------
+
+  * Support for SQLite version 2 has been removed in 2.5.0.
+  * Support for the `PySQLite <https://github.com/ghaering/pysqlite>`_
+    library has been removed in 2.5.0. Only the Python supplied
+    sqlite3 library is supported.
+  * Roundup 2.5.0 supports Python 3.7 or newer. (It is not tested
+    on Python 3.6. It may work but we don;t support it.)
 
 Update responsive template _generic.404.html and query.item.html (recommended)
 ------------------------------------------------------------------------------

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