Skip to content

Commit eed992d

Browse files
committed
fix ci
1 parent d1fd444 commit eed992d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
version: ['3.9', '3.13']
9+
version: ['3.10', '3.13']
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v4
1414
with:
15-
python-version: '3.9'
15+
python-version: '3.10'
1616
- name: Install uv
1717
uses: astral-sh/setup-uv@v6
1818
with:
19-
python-version: '3.9'
19+
python-version: '3.10'
2020
version: '0.8.8'
2121
- name: Install dependencies
2222
run: uv sync

0 commit comments

Comments
 (0)