##// END OF EJS Templates
Backport PR #5501: remove inappropriate wheel tag override...
Backport PR #5501: remove inappropriate wheel tag override I misunderstood how these tags are interpreted. We do not want `py2` and `py3`, we want `py27` and `py33`, which indicate >= matching in the minor version. This means we should build wheels with the minimum supported Python.
MinRK -
r16305:d148f9c6
Show More
Name Size Modified Last Commit Author
/ IPython / extensions / tests
__init__.py Loading ...
test_autoreload.py Loading ...
test_cythonmagic.py Loading ...
test_octavemagic.py Loading ...
test_rmagic.py Loading ...
test_storemagic.py Loading ...