view roundup/anypy/__init__.py @ 6639:9f3fe52b7a2e

3.10.4 is supposed to be available as newest 3.10 release.
author John Rouillard <rouilj@ieee.org>
date Thu, 21 Apr 2022 17:35:55 -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/