Skip to content

Commit a2f0ab7

Browse files
committed
chore: py39 -> py310
1 parent 4068387 commit a2f0ab7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
UV_CACHE_DIR: /tmp/.uv-cache
2222
strategy:
2323
matrix:
24-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
24+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2525

2626
name: check ${{ matrix.python-version }}
2727
steps:

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424
env:
25-
PYTHON_VERSION: 3.9
25+
PYTHON_VERSION: 3.10
2626
UV_CACHE_DIR: /tmp/.uv-cache
2727

2828
steps:

0 commit comments

Comments
 (0)