File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
bindings/python/.evergreen Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1628,7 +1628,8 @@ buildvariants:
1628
1628
use_ninja : OFF
1629
1629
tasks :
1630
1630
- build-and-test-and-upload
1631
- - test-python
1631
+ - name : test-python
1632
+ distros : macos-14-arm64
1632
1633
- name : windows-vs2017-32bit
1633
1634
# Test Windows 32 bit builds for PHPC. PHPC builds libmongocrypt from source. See MONGOCRYPT-391.
1634
1635
display_name : " Windows VS 2017 32-bit compile"
Original file line number Diff line number Diff line change @@ -36,8 +36,7 @@ elif [ "Darwin" = "$(uname -s)" ]; then
36
36
" /Library/Frameworks/Python.framework/Versions/3.11/bin/python3"
37
37
" /Library/Frameworks/Python.framework/Versions/3.12/bin/python3"
38
38
" /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"
41
40
)
42
41
43
42
export CRYPT_SHARED_PATH=" ../crypt_shared/lib/mongo_crypt_v1.dylib"
You can’t perform that action at this time.
0 commit comments