Skip to content

Commit 88fe837

Browse files
committed
fix compatibility issue in CI
1 parent 2f4b2aa commit 88fe837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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

0 commit comments

Comments
 (0)