26
26
uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v5
27
27
with :
28
28
enable-cache : true
29
- python-version : " 3.9 "
29
+ python-version : " 3.10 "
30
30
- name : Install just
31
31
run : uv tool install rust-just
32
32
- name : Install Python dependencies
56
56
matrix :
57
57
# Tests currently only pass on ubuntu on GitHub Actions.
58
58
os : [ubuntu-latest]
59
- python-version : ["3.9 ", "pypy-3.10", "3.13t"]
59
+ python-version : ["3.10 ", "pypy-3.10", "3.13t"]
60
60
mongodb-version : ["8.0"]
61
61
62
62
name : CPython ${{ matrix.python-version }}-${{ matrix.os }}
87
87
uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v5
88
88
with :
89
89
enable-cache : true
90
- python-version : " 3.9 "
90
+ python-version : " 3.10 "
91
91
- name : Install just
92
92
run : uv tool install rust-just
93
93
- id : setup-mongodb
@@ -112,7 +112,7 @@ jobs:
112
112
uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v5
113
113
with :
114
114
enable-cache : true
115
- python-version : " 3.9 "
115
+ python-version : " 3.10 "
116
116
- name : Install just
117
117
run : uv tool install rust-just
118
118
- name : Install dependencies
@@ -131,7 +131,7 @@ jobs:
131
131
uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v5
132
132
with :
133
133
enable-cache : true
134
- python-version : " 3.9 "
134
+ python-version : " 3.10 "
135
135
- name : Install just
136
136
run : uv tool install rust-just
137
137
- name : Install dependencies
@@ -144,7 +144,7 @@ jobs:
144
144
runs-on : ubuntu-latest
145
145
strategy :
146
146
matrix :
147
- python : ["3.9 ", "3.11"]
147
+ python : ["3.10 ", "3.11"]
148
148
steps :
149
149
- uses : actions/checkout@v5
150
150
with :
@@ -175,7 +175,7 @@ jobs:
175
175
cache : ' pip'
176
176
cache-dependency-path : ' pyproject.toml'
177
177
# Build sdist on lowest supported Python
178
- python-version : ' 3.9 '
178
+ python-version : " 3.10 "
179
179
- name : Build SDist
180
180
shell : bash
181
181
run : |
@@ -209,7 +209,7 @@ jobs:
209
209
cache : ' pip'
210
210
cache-dependency-path : ' sdist/test/pyproject.toml'
211
211
# Test sdist on lowest supported Python
212
- python-version : ' 3.9 '
212
+ python-version : " 3.10 "
213
213
- id : setup-mongodb
214
214
uses : mongodb-labs/drivers-evergreen-tools@master
215
215
- name : Run connect test from sdist
@@ -233,7 +233,7 @@ jobs:
233
233
- name : Install uv
234
234
uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v5
235
235
with :
236
- python-version : ' 3.9 '
236
+ python-version : " 3.10 "
237
237
- id : setup-mongodb
238
238
uses : mongodb-labs/drivers-evergreen-tools@master
239
239
with :
0 commit comments