Commit fac03468 authored by Robert Bradshaw's avatar Robert Bradshaw Committed by GitHub

Merge pull request #1710 from jwilk-forks/pyximport-version-check

pyximport: remove obsolete version check
parents c4ba71f4 5ddf50d2
...@@ -55,8 +55,6 @@ from zipimport import zipimporter, ZipImportError ...@@ -55,8 +55,6 @@ from zipimport import zipimporter, ZipImportError
mod_name = "pyximport" mod_name = "pyximport"
assert sys.hexversion >= 0x2030000, "need Python 2.3 or later"
PYX_EXT = ".pyx" PYX_EXT = ".pyx"
PYXDEP_EXT = ".pyxdep" PYXDEP_EXT = ".pyxdep"
PYXBLD_EXT = ".pyxbld" PYXBLD_EXT = ".pyxbld"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment