Skip to content

Commit f1f8cad

Browse files
authored
PYTHON-2403 Add macOS Python 3.9 release automation (#513)
1 parent 98205b8 commit f1f8cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/build-mac.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rm -rf validdist
88
mkdir -p validdist
99
mv dist/* validdist || true
1010

11-
for VERSION in 2.7 3.4 3.5 3.6 3.7 3.8; do
11+
for VERSION in 2.7 3.4 3.5 3.6 3.7 3.8 3.9; do
1212
if [[ $VERSION == "2.7" ]]; then
1313
PYTHON=/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python
1414
rm -rf build

0 commit comments

Comments
 (0)