# HG changeset patch # User John Rouillard # Date 1747009876 14400 # Node ID 5e6ff4e9cacbc2313fc841f6e020cd51e9a1e338 # Parent 9369e0958312b73c08c7d2eeb3d132ac0af56b48 build: issue2551397: remove support for python 3.6 One last file with a 3.6 reference. diff -r 9369e0958312 -r 5e6ff4e9cacb roundup/rest.py --- a/roundup/rest.py Sun May 11 20:26:42 2025 -0400 +++ b/roundup/rest.py Sun May 11 20:31:16 2025 -0400 @@ -38,7 +38,7 @@ logger = logging.getLogger('roundup.rest') try: - # if dicttoxml2 (or dicttoxml for Python <= 3.6) + # if dicttoxml2 # is installed in roundup directory, use it from roundup.dicttoxml2 import dicttoxml except ImportError: