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 20
20
MONGODB_6_0 : " 6.0"
21
21
MONGODB_7_0 : " 7.0"
22
22
23
- PYMONGO_3_4 : 3.4
24
- PYMONGO_3_6 : 3.6
25
- PYMONGO_3_9 : 3.9
26
23
PYMONGO_3_11 : 3.11
27
24
PYMONGO_3_12 : 3.12
25
+ PYMONGO_3_13 : 3.13
28
26
PYMONGO_4_0 : 4.0
29
27
PYMONGO_4_3 : 4.3.3
30
28
PYMONGO_4_4 : 4.4.1
@@ -61,15 +59,12 @@ jobs:
61
59
MONGODB : [$MONGODB_4_0]
62
60
PYMONGO : [$PYMONGO_3_11]
63
61
include :
64
- - python-version : 3.7
65
- MONGODB : $MONGODB_3_6
66
- PYMONGO : $PYMONGO_3_9
67
62
- python-version : 3.8
68
- MONGODB : $MONGODB_4_4
69
- PYMONGO : $PYMONGO_3_11
63
+ MONGODB : $MONGODB_3_6
64
+ PYMONGO : $PYMONGO_3_12
70
65
- python-version : 3.9
71
66
MONGODB : $MONGODB_4_4
72
- PYMONGO : $PYMONGO_3_12
67
+ PYMONGO : $PYMONGO_3_13
73
68
- python-version : " 3.10"
74
69
MONGODB : $MONGODB_4_4
75
70
PYMONGO : $PYMONGO_4_0
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ commands =
7
7
pytest tests/ {posargs}
8
8
deps =
9
9
-rrequirements-dev.txt
10
- mg39: pymongo>=3.9,<3.10
11
10
mg311: pymongo>=3.11,<3.12
12
11
mg312: pymongo>=3.12,<3.13
12
+ mg313: pymongo>=3.13,<3.14
13
13
mg4: pymongo>=4.0,<4.1
14
14
mg433: pymongo>=4.3,<4.4
15
15
mg441: pymongo>=4.4,<4.5
You can’t perform that action at this time.
0 commit comments