Skip to content

Commit 75e7779

Browse files
authored
Merge pull request #2840 from bagerard/revise_test_matrix
revise pymongo version test matrix
2 parents 8d5a976 + 6c91f61 commit 75e7779

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.github/workflows/github-actions.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ env:
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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ commands =
77
pytest tests/ {posargs}
88
deps =
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

0 commit comments

Comments
 (0)