From 6c91f61e3c5fec197721479b33429b4cf7b8ff96 Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Wed, 4 Sep 2024 20:59:18 +0200 Subject: [PATCH] revise pymongo version test matrix --- .github/workflows/github-actions.yml | 13 ++++--------- tox.ini | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index be0a83903..2d8823c0d 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -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 @@ -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 diff --git a/tox.ini b/tox.ini index f72861ba4..d29267124 100644 --- a/tox.ini +++ b/tox.ini @@ -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