Remove 32-bit check in build_release.py
This is probably not needed anymore, see #3842
This commit is contained in:
parent
b89b38fd3c
commit
643bf4bc20
@ -401,14 +401,6 @@ def main():
|
||||
|
||||
run_asciidoc2html(args)
|
||||
if os.name == 'nt':
|
||||
if sys.maxsize > 2**32:
|
||||
# WORKAROUND
|
||||
print("Due to a python/Windows bug, this script needs to be run ")
|
||||
print("with a 32bit Python.")
|
||||
print()
|
||||
print("See http://bugs.python.org/issue24493 and ")
|
||||
print("https://github.com/pypa/virtualenv/issues/774")
|
||||
sys.exit(1)
|
||||
artifacts = build_windows()
|
||||
elif sys.platform == 'darwin':
|
||||
artifacts = build_mac()
|
||||
|
Loading…
Reference in New Issue
Block a user