Show More
@@ -158,7 +158,7 b' def build_all_windows_packages(' | |||||
158 |
|
158 | |||
159 | windows.synchronize_hg(SOURCE_ROOT, revision, instance) |
|
159 | windows.synchronize_hg(SOURCE_ROOT, revision, instance) | |
160 |
|
160 | |||
161 | for py_version in ("2.7", "3.7", "3.8"): |
|
161 | for py_version in ("2.7", "3.7", "3.8", "3.9"): | |
162 | for arch in ("x86", "x64"): |
|
162 | for arch in ("x86", "x64"): | |
163 | windows.purge_hg(winrm_client) |
|
163 | windows.purge_hg(winrm_client) | |
164 | windows.build_wheel( |
|
164 | windows.build_wheel( | |
@@ -364,7 +364,7 b' def get_parser():' | |||||
364 | sp.add_argument( |
|
364 | sp.add_argument( | |
365 | '--python-version', |
|
365 | '--python-version', | |
366 | help='Python version to build for', |
|
366 | help='Python version to build for', | |
367 | choices={'2.7', '3.7', '3.8'}, |
|
367 | choices={'2.7', '3.7', '3.8', '3.9'}, | |
368 | nargs='*', |
|
368 | nargs='*', | |
369 | default=['3.8'], |
|
369 | default=['3.8'], | |
370 | ) |
|
370 | ) | |
@@ -476,7 +476,7 b' def get_parser():' | |||||
476 | sp.add_argument( |
|
476 | sp.add_argument( | |
477 | '--python-version', |
|
477 | '--python-version', | |
478 | help='Python version to use', |
|
478 | help='Python version to use', | |
479 | choices={'2.7', '3.5', '3.6', '3.7', '3.8'}, |
|
479 | choices={'2.7', '3.5', '3.6', '3.7', '3.8', '3.9'}, | |
480 | default='2.7', |
|
480 | default='2.7', | |
481 | ) |
|
481 | ) | |
482 | sp.add_argument( |
|
482 | sp.add_argument( |
General Comments 0
You need to be logged in to leave comments.
Login now