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 2bae838 commit 05d0398Copy full SHA for 05d0398
.github/workflows/test-python.yml
@@ -239,5 +239,5 @@ jobs:
239
- name: Run connect test
240
shell: bash
241
run: |
242
- uv sync --python=${{ matrix.python-version }} --resolution=lowest-direct
+ uv sync --python=3.9 --resolution=lowest-direct
243
PYMONGO_MUST_CONNECT=1 pytest -v -k client_context
0 commit comments