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 ab1e401 commit b9472c8Copy full SHA for b9472c8
.github/workflows/github-actions.yml
@@ -31,6 +31,7 @@ env:
31
PYMONGO_4_6: 4.6.2
32
PYMONGO_4_7: 4.7.3
33
PYMONGO_4_8: 4.8.0
34
+ PYMONGO_4_9: 4.9
35
36
MAIN_PYTHON_VERSION: 3.9
37
@@ -88,6 +89,9 @@ jobs:
88
89
- python-version: "3.11"
90
MONGODB: $MONGODB_7_0
91
PYMONGO: $PYMONGO_4_8
92
+ - python-version: "3.11"
93
+ MONGODB: $MONGODB_7_0
94
+ PYMONGO: $PYMONGO_4_9
95
steps:
96
- uses: actions/checkout@v4
97
- name: Set up Python ${{ matrix.python-version }}
0 commit comments