Skip to content

Commit dd2cb8a

Browse files
committed
PYTHON-5387 Add beta Python 3.15
Per `uv` docs: - "Python pre-releases will be used if there is no other available installation matching the request."
1 parent fe2254e commit dd2cb8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
matrix:
6060
# Tests currently only pass on ubuntu on GitHub Actions.
6161
os: [ubuntu-latest]
62-
python-version: ["3.10", "pypy-3.11", "3.13t"]
62+
python-version: ["3.10", "pypy-3.11", "3.13t", "3.15"]
6363
mongodb-version: ["8.0"]
6464

6565
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}

0 commit comments

Comments
 (0)