We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5182720 commit ce7074aCopy full SHA for ce7074a
.github/workflows/test-python.yml
@@ -59,7 +59,7 @@ jobs:
59
matrix:
60
# Tests currently only pass on ubuntu on GitHub Actions.
61
os: [ubuntu-latest]
62
- python-version: ["3.10", "pypy-3.10", "3.13t"]
+ python-version: ["3.10", "pypy-3.11", "3.13t"]
63
mongodb-version: ["8.0"]
64
65
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
0 commit comments