Skip to content

Commit

Permalink
Merge pull request #2840 from bagerard/revise_test_matrix
Browse files Browse the repository at this point in the history
revise pymongo version test matrix
  • Loading branch information
bagerard authored Sep 8, 2024
2 parents 8d5a976 + 6c91f61 commit 75e7779
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ env:
MONGODB_6_0: "6.0"
MONGODB_7_0: "7.0"

PYMONGO_3_4: 3.4
PYMONGO_3_6: 3.6
PYMONGO_3_9: 3.9
PYMONGO_3_11: 3.11
PYMONGO_3_12: 3.12
PYMONGO_3_13: 3.13
PYMONGO_4_0: 4.0
PYMONGO_4_3: 4.3.3
PYMONGO_4_4: 4.4.1
Expand Down Expand Up @@ -61,15 +59,12 @@ jobs:
MONGODB: [$MONGODB_4_0]
PYMONGO: [$PYMONGO_3_11]
include:
- python-version: 3.7
MONGODB: $MONGODB_3_6
PYMONGO: $PYMONGO_3_9
- python-version: 3.8
MONGODB: $MONGODB_4_4
PYMONGO: $PYMONGO_3_11
MONGODB: $MONGODB_3_6
PYMONGO: $PYMONGO_3_12
- python-version: 3.9
MONGODB: $MONGODB_4_4
PYMONGO: $PYMONGO_3_12
PYMONGO: $PYMONGO_3_13
- python-version: "3.10"
MONGODB: $MONGODB_4_4
PYMONGO: $PYMONGO_4_0
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ commands =
pytest tests/ {posargs}
deps =
-rrequirements-dev.txt
mg39: pymongo>=3.9,<3.10
mg311: pymongo>=3.11,<3.12
mg312: pymongo>=3.12,<3.13
mg313: pymongo>=3.13,<3.14
mg4: pymongo>=4.0,<4.1
mg433: pymongo>=4.3,<4.4
mg441: pymongo>=4.4,<4.5
Expand Down

0 comments on commit 75e7779

Please sign in to comment.