Skip to content

Commit 5002117

Browse files
authored
PYTHON-5466 Test with Python 3.14 on MacOS (#1055)
1 parent 6b5d382 commit 5002117

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,8 @@ buildvariants:
16281628
use_ninja: OFF
16291629
tasks:
16301630
- build-and-test-and-upload
1631-
- test-python
1631+
- name: test-python
1632+
distros: macos-14-arm64
16321633
- name: windows-vs2017-32bit
16331634
# Test Windows 32 bit builds for PHPC. PHPC builds libmongocrypt from source. See MONGOCRYPT-391.
16341635
display_name: "Windows VS 2017 32-bit compile"

bindings/python/.evergreen/test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ elif [ "Darwin" = "$(uname -s)" ]; then
3636
"/Library/Frameworks/Python.framework/Versions/3.11/bin/python3"
3737
"/Library/Frameworks/Python.framework/Versions/3.12/bin/python3"
3838
"/Library/Frameworks/Python.framework/Versions/3.13/bin/python3"
39-
# TODO: PYTHON-5466
40-
#"/Library/Frameworks/Python.framework/Versions/3.14/bin/python3"
39+
"/Library/Frameworks/Python.framework/Versions/3.14/bin/python3"
4140
)
4241

4342
export CRYPT_SHARED_PATH="../crypt_shared/lib/mongo_crypt_v1.dylib"

0 commit comments

Comments
 (0)