Skip to content

Commit 43845c3

Browse files
authored
PYTHON-3877 Test Python 3.12 on MacOS and build wheel (#1355)
1 parent 28b1121 commit 43845c3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.evergreen/config.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -1404,6 +1404,10 @@ tasks:
14041404
tags: ["release_tag"]
14051405
run_on: macos-1100
14061406
commands:
1407+
- func: "build release"
1408+
vars:
1409+
VERSION: "3.12"
1410+
ENSURE_UNIVERSAL2: "1"
14071411
- func: "build release"
14081412
vars:
14091413
VERSION: "3.11"
@@ -1417,6 +1421,10 @@ tasks:
14171421
VERSION: "3.9"
14181422
ENSURE_UNIVERSAL2: "1"
14191423
- func: "upload release"
1424+
- func: "build release"
1425+
vars:
1426+
VERSION: "3.8"
1427+
- func: "upload release"
14201428

14211429
- name: "release-mac-1014"
14221430
tags: ["release_tag"]
@@ -1425,10 +1433,6 @@ tasks:
14251433
- func: "build release"
14261434
vars:
14271435
VERSION: "3.7"
1428-
- func: "build release"
1429-
vars:
1430-
VERSION: "3.8"
1431-
- func: "upload release"
14321436

14331437
- name: "release-windows"
14341438
tags: ["release_tag"]

0 commit comments

Comments
 (0)