File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 2020 MONGODB_6_0 : " 6.0"
2121 MONGODB_7_0 : " 7.0"
2222
23- PYMONGO_3_4 : 3.4
24- PYMONGO_3_6 : 3.6
25- PYMONGO_3_9 : 3.9
2623 PYMONGO_3_11 : 3.11
2724 PYMONGO_3_12 : 3.12
25+ PYMONGO_3_13 : 3.13
2826 PYMONGO_4_0 : 4.0
2927 PYMONGO_4_3 : 4.3.3
3028 PYMONGO_4_4 : 4.4.1
@@ -61,15 +59,12 @@ jobs:
6159 MONGODB : [$MONGODB_4_0]
6260 PYMONGO : [$PYMONGO_3_11]
6361 include :
64- - python-version : 3.7
65- MONGODB : $MONGODB_3_6
66- PYMONGO : $PYMONGO_3_9
6762 - python-version : 3.8
68- MONGODB : $MONGODB_4_4
69- PYMONGO : $PYMONGO_3_11
63+ MONGODB : $MONGODB_3_6
64+ PYMONGO : $PYMONGO_3_12
7065 - python-version : 3.9
7166 MONGODB : $MONGODB_4_4
72- PYMONGO : $PYMONGO_3_12
67+ PYMONGO : $PYMONGO_3_13
7368 - python-version : " 3.10"
7469 MONGODB : $MONGODB_4_4
7570 PYMONGO : $PYMONGO_4_0
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ commands =
77 pytest tests/ {posargs}
88deps =
99 -rrequirements-dev.txt
10- mg39: pymongo>=3.9,<3.10
1110 mg311: pymongo>=3.11,<3.12
1211 mg312: pymongo>=3.12,<3.13
12+ mg313: pymongo>=3.13,<3.14
1313 mg4: pymongo>=4.0,<4.1
1414 mg433: pymongo>=4.3,<4.4
1515 mg441: pymongo>=4.4,<4.5
You can’t perform that action at this time.
0 commit comments