view roundup/anypy/__init__.py @ 8319:5e6ff4e9cacb

build: issue2551397: remove support for python 3.6 One last file with a 3.6 reference.
author John Rouillard <rouilj@ieee.org>
date Sun, 11 May 2025 20:31:16 -0400
parents 868db43b302a
children
line wrap: on
line source

"""
roundup.anypy - compatibility layer for any Python 2.3+
"""
VERSION = '.'.join(map(str,
                       (0,
                        3,
                        )))

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