Skip to content

Commit 3621b4c

Browse files
committed
Drop mongodb 3.6 and python 3.8
1 parent 0c2101b commit 3621b4c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/github-actions.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ on:
1313
tags:
1414
- 'v[0-9]+\.[0-9]+\.[0-9]+*'
1515
env:
16-
MONGODB_3_6: "3.6.23"
1716
MONGODB_4_0: "4.0.28"
17+
MONGODB_4_2: "4.2.25"
1818
MONGODB_4_4: "4.4.29"
1919
MONGODB_5_0: "5.0.31"
2020
MONGODB_6_0: "6.0.20"
2121
MONGODB_7_0: "7.0.17"
2222
MONGODB_8_0: "8.0.5"
2323

24-
PYMONGO_3_11: "3.11.3"
2524
PYMONGO_3_12: "3.12.3"
2625
PYMONGO_3_13: "3.13.0"
2726
PYMONGO_4_0: "4.0.2"
@@ -59,13 +58,10 @@ jobs:
5958
strategy:
6059
fail-fast: false
6160
matrix:
62-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", pypy3.9, pypy3.10]
61+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9", "pypy3.10"]
6362
MONGODB: [$MONGODB_4_0]
6463
PYMONGO: [$PYMONGO_3_11]
6564
include:
66-
- python-version: "3.8"
67-
MONGODB: $MONGODB_3_6
68-
PYMONGO: $PYMONGO_3_12
6965
- python-version: "3.9"
7066
MONGODB: $MONGODB_4_4
7167
PYMONGO: $PYMONGO_3_13

0 commit comments

Comments
 (0)