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 fef4395 commit b8f1347Copy full SHA for b8f1347
.github/workflows/test-python.yml
@@ -54,13 +54,10 @@ jobs:
54
strategy:
55
fail-fast: false
56
matrix:
57
+ # Tests currently only pass on ubuntu on GitHub Actions.
58
os: [ubuntu-latest]
59
python-version: ["3.9", "pypy-3.10", "3.13t"]
60
mongodb-version: ["8.0"]
- include:
61
- - os: windows-latest
62
- python-version: "3.13"
63
- mongodb-version: "8.0"
64
65
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
66
steps:
0 commit comments