diff doc/tracker_templates.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 6985f0ff3df3
children
line wrap: on
line diff
--- a/doc/tracker_templates.txt	Sun May 11 17:40:23 2025 -0400
+++ b/doc/tracker_templates.txt	Sun May 11 17:50:44 2025 -0400
@@ -5,7 +5,7 @@
 The templates distributed with Roundup are stored in the "share" directory
 nominated by Python. On Unix this is typically
 ``/usr/share/roundup/templates/`` (or ``/usr/local/share...``) and
-on Windows this is ``c:\python27\share\roundup\templates\``.
+on Windows this is ``c:\python38\share\roundup\templates\``.
 
 The template loading looks in four places to find the templates:
 
@@ -17,9 +17,9 @@
    `sys.base_prefix/local``. This finds templates (and locales)
    installed by pip. E.G. in a virtualenv located at (``sys.prefix``):
    ``/tools/roundup``, roundup would be at:
-   ``/tools/roundup/lib/python3.6/site-packages/roundup``. The
+   ``/tools/roundup/lib/python3.7/site-packages/roundup``. The
    templates would be at:
-   ``/tools/roundup/lib/python3.6/site-packages/tools/roundup/share/roundup/templates/``.
+   ``/tools/roundup/lib/python3.7/site-packages/tools/roundup/share/roundup/templates/``. (Replace 3.7 with the Python version you are running.)
 3. ``<roundup.admin.__file__>/../../share/roundup/templates/*``.
    This will be used if Roundup's run in the distro (aka. source)
    directory.

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