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 4343 fail-fast : false
4444 matrix :
4545 os : [ubuntu-latest, windows-latest, macos-latest]
46- python-version : ["3.10", "3.13", "3.14t "]
46+ python-version : ["3.10", "3.13", "3.14 "]
4747
4848 steps :
4949 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ if [ "Windows_NT" = "$OS" ]; then # Magic variable in cygwin
2323 " C:/python/Python311/python.exe"
2424 " C:/python/Python312/python.exe"
2525 " C:/python/Python313/python.exe"
26- " C:/python/Python314/python.exe"
27- " C:/python/Python314/python3.14t.exe" )
26+ " C:/python/Python314/python.exe" )
2827 export CRYPT_SHARED_PATH=../crypt_shared/bin/mongo_crypt_v1.dll
2928 C:/python/Python310/python.exe drivers-evergreen-tools/.evergreen/mongodl.py --component crypt_shared \
3029 --version latest --out ../crypt_shared/
@@ -37,7 +36,6 @@ elif [ "Darwin" = "$(uname -s)" ]; then
3736 " /Library/Frameworks/Python.framework/Versions/3.12/bin/python3"
3837 " /Library/Frameworks/Python.framework/Versions/3.13/bin/python3"
3938 " /Library/Frameworks/Python.framework/Versions/3.14/bin/python3"
40- " /Library/Frameworks/PythonT.framework/Versions/3.14/bin/python3"
4139 )
4240
4341 export CRYPT_SHARED_PATH=" ../crypt_shared/lib/mongo_crypt_v1.dylib"
6563 " /opt/python/3.12/bin/python3"
6664 " /opt/python/3.13/bin/python3"
6765 " /opt/python/3.14/bin/python3"
68- " /opt/python/3.14t/bin/python3"
6966 )
7067 fi
7168 /opt/mongodbtoolchain/v3/bin/python3 drivers-evergreen-tools/.evergreen/mongodl.py --component \
You can’t perform that action at this time.
0 commit comments