Skip to content

Commit 0b7a2a0

Browse files
committed
build: issue2551397: remove support for python 3.6
One last file with a 3.6 reference.
1 parent 0178a12 commit 0b7a2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
logger = logging.getLogger('roundup.rest')
3939

4040
try:
41-
# if dicttoxml2 (or dicttoxml for Python <= 3.6)
41+
# if dicttoxml2
4242
# is installed in roundup directory, use it
4343
from roundup.dicttoxml2 import dicttoxml
4444
except ImportError:

0 commit comments

Comments
 (0)