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 2bce70c commit fe71b2dCopy full SHA for fe71b2d
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-18.04
8
strategy:
9
matrix:
10
- python-version: ["3.5", "3.6", "3.7", "3.8", "pypy-3.7"]
+ python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7"]
11
mongodb-version: ["4.4"]
12
pymongo-version: ["3.11.0", "4.0.0"]
13
# pymongo 4.0 does not support python 3.5
0 commit comments