Reinstante pyenvlib

This commit is contained in:
rocky
2022-04-27 03:39:05 -04:00
parent 152de50f90
commit a356a8e0ee

View File

@@ -31,8 +31,6 @@ import xdis.magics as magics
# ----- configure this for your needs
python_versions = [v for v in magics.python_versions if re.match("^[0-9.]+$", v)]
print(python_versions)
sys.exit(0)
# FIXME: we should remove Python versions that we don't support.
# These include Jython, and Python bytecode changes pre release.