We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc901d commit 1385c5cCopy full SHA for 1385c5c
.github/workflows/github-actions.yml
@@ -29,6 +29,7 @@ env:
29
PYMONGO_4_6: 4.6.2
30
PYMONGO_4_7: 4.7.3
31
PYMONGO_4_8: 4.8.0
32
+ PYMONGO_4_9: 4.9
33
34
MAIN_PYTHON_VERSION: 3.9
35
@@ -83,6 +84,9 @@ jobs:
83
84
- python-version: "3.11"
85
MONGODB: $MONGODB_7_0
86
PYMONGO: $PYMONGO_4_8
87
+ - python-version: "3.11"
88
+ MONGODB: $MONGODB_7_0
89
+ PYMONGO: $PYMONGO_4_9
90
steps:
91
- uses: actions/checkout@v4
92
- name: Set up Python ${{ matrix.python-version }}
0 commit comments