Skip to content

Commit 18ddee7

Browse files
authored
Merge pull request #2585 from bagerard/fix_pymongo_mongodb_compat_in_ci
fix compatibility issue in CI
2 parents 2f4b2aa + 322a416 commit 18ddee7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
PYMONGO: $PYMONGO_3_9
5454
- python-version: 3.7
5555
MONGODB: $MONGODB_4_2
56-
PYMONGO: $PYMONGO_3_6
56+
PYMONGO: $PYMONGO_3_9
5757
- python-version: 3.7
5858
MONGODB: $MONGODB_4_4
5959
PYMONGO: $PYMONGO_3_11

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Sphinx==3.3.0
22
sphinx-rtd-theme==0.5.0
33
readthedocs-sphinx-ext==2.1.1
4+
docutils==0.17.1

0 commit comments

Comments
 (0)