File tree Expand file tree Collapse file tree
bindings/python/.evergreen Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1627,14 +1627,6 @@ buildvariants:
16271627 tasks :
16281628 - build-and-test-and-upload
16291629 - test-python
1630- - name : macos-14
1631- display_name : macOS 14 (arm)
1632- run_on : macos-14-arm64
1633- expansions :
1634- compile_env : MACOS_UNIVERSAL=ON CMAKE=/opt/homebrew/bin/cmake
1635- tasks :
1636- - build-and-test-and-upload
1637- - test-python
16381630- name : windows-vs2017-32bit
16391631 # Test Windows 32 bit builds for PHPC. PHPC builds libmongocrypt from source. See MONGOCRYPT-391.
16401632 display_name : " Windows VS 2017 32-bit compile"
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ 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- " /Library/Frameworks/Python.framework/Versions/3.14/bin/python3"
39+ # TODO: PYTHON-5466
40+ # "/Library/Frameworks/Python.framework/Versions/3.14/bin/python3"
4041 )
4142
4243 export CRYPT_SHARED_PATH=" ../crypt_shared/lib/mongo_crypt_v1.dylib"
You can’t perform that action at this time.
0 commit comments