Skip to content

Commit 245f5e2

Browse files
Update CI.yaml
1 parent 0983f27 commit 245f5e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
runs-on: windows-latest
186186
strategy:
187187
matrix:
188-
python-version: ["3.9", "3.10", "3.11", "3.12","3.13", "3.14"]
188+
python-version: ["3.10", "3.11", "3.12","3.13", "3.14"]
189189
steps:
190190

191191
- uses: actions/checkout@v4
@@ -205,3 +205,4 @@ jobs:
205205
run: |
206206
uv run pytest -v -x -rs
207207
208+

0 commit comments

Comments
 (0)