Skip to content

Commit 24b8aee

Browse files
committed
drop 3.14t for now
1 parent f6cf56d commit 24b8aee

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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

bindings/python/.evergreen/test.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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"
@@ -65,7 +63,6 @@ else
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 \

0 commit comments

Comments
 (0)