Skip to content

Commit ce7074a

Browse files
committed
Update github tests
1 parent 5182720 commit ce7074a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.10", "3.13t"]
62+
python-version: ["3.10", "pypy-3.11", "3.13t"]
6363
mongodb-version: ["8.0"]
6464

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

0 commit comments

Comments
 (0)