aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2018-07-09 15:29:14 -0700
committerGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2018-07-09 15:29:14 -0700
commit21a047a1aaf8454df08dbeff21b1d125baa9d3da (patch)
tree3f8f1232bbee3cc28930c3e9933d5e1fe0d756f4 /tools
parent19b8398b141bee3826448aa0e468c62a5c0f3db8 (diff)
Build 64-bit Python 3.7 packages on macOS and Windows
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/artifacts/artifact_targets.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/run_tests/artifacts/artifact_targets.py b/tools/run_tests/artifacts/artifact_targets.py
index 35cbd730c8..edde3eae28 100644
--- a/tools/run_tests/artifacts/artifact_targets.py
+++ b/tools/run_tests/artifacts/artifact_targets.py
@@ -373,6 +373,7 @@ def targets():
PythonArtifact('macos', 'x64', 'python3.4'),
PythonArtifact('macos', 'x64', 'python3.5'),
PythonArtifact('macos', 'x64', 'python3.6'),
+ PythonArtifact('macos', 'x64', 'python3.7'),
PythonArtifact('windows', 'x86', 'Python27_32bits'),
PythonArtifact('windows', 'x86', 'Python34_32bits'),
PythonArtifact('windows', 'x86', 'Python35_32bits'),
@@ -381,6 +382,7 @@ def targets():
PythonArtifact('windows', 'x64', 'Python34'),
PythonArtifact('windows', 'x64', 'Python35'),
PythonArtifact('windows', 'x64', 'Python36'),
+ PythonArtifact('windows', 'x64', 'Python37'),
RubyArtifact('linux', 'x64'),
RubyArtifact('macos', 'x64'),
PHPArtifact('linux', 'x64'),