Try Travis with new xdis

This commit is contained in:
rocky
2021-10-12 17:24:19 -04:00
parent 8d81f4ab27
commit f4bb0c44fe
3 changed files with 5 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ 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.