2626 uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v5
2727 with :
2828 enable-cache : true
29- python-version : " 3.9 "
29+ python-version : " 3.10 "
3030 - name : Install just
3131 run : uv tool install rust-just
3232 - name : Install Python dependencies
5656 matrix :
5757 # Tests currently only pass on ubuntu on GitHub Actions.
5858 os : [ubuntu-latest]
59- python-version : ["3.9 ", "pypy-3.10", "3.13t"]
59+ python-version : ["3.10 ", "pypy-3.10", "3.13t"]
6060 mongodb-version : ["8.0"]
6161
6262 name : CPython ${{ matrix.python-version }}-${{ matrix.os }}
8787 uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v5
8888 with :
8989 enable-cache : true
90- python-version : " 3.9 "
90+ python-version : " 3.10 "
9191 - name : Install just
9292 run : uv tool install rust-just
9393 - id : setup-mongodb
@@ -112,7 +112,7 @@ jobs:
112112 uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v5
113113 with :
114114 enable-cache : true
115- python-version : " 3.9 "
115+ python-version : " 3.10 "
116116 - name : Install just
117117 run : uv tool install rust-just
118118 - name : Install dependencies
@@ -131,7 +131,7 @@ jobs:
131131 uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v5
132132 with :
133133 enable-cache : true
134- python-version : " 3.9 "
134+ python-version : " 3.10 "
135135 - name : Install just
136136 run : uv tool install rust-just
137137 - name : Install dependencies
@@ -144,7 +144,7 @@ jobs:
144144 runs-on : ubuntu-latest
145145 strategy :
146146 matrix :
147- python : ["3.9 ", "3.11"]
147+ python : ["3.10 ", "3.11"]
148148 steps :
149149 - uses : actions/checkout@v5
150150 with :
@@ -175,7 +175,7 @@ jobs:
175175 cache : ' pip'
176176 cache-dependency-path : ' pyproject.toml'
177177 # Build sdist on lowest supported Python
178- python-version : ' 3.9 '
178+ python-version : " 3.10 "
179179 - name : Build SDist
180180 shell : bash
181181 run : |
@@ -209,7 +209,7 @@ jobs:
209209 cache : ' pip'
210210 cache-dependency-path : ' sdist/test/pyproject.toml'
211211 # Test sdist on lowest supported Python
212- python-version : ' 3.9 '
212+ python-version : " 3.10 "
213213 - id : setup-mongodb
214214 uses : mongodb-labs/drivers-evergreen-tools@master
215215 - name : Run connect test from sdist
@@ -233,7 +233,7 @@ jobs:
233233 - name : Install uv
234234 uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v5
235235 with :
236- python-version : ' 3.9 '
236+ python-version : " 3.10 "
237237 - id : setup-mongodb
238238 uses : mongodb-labs/drivers-evergreen-tools@master
239239 with :
0 commit comments