Skip to content

Commit b493db3

Browse files
yeldarbyclaude
andcommitted
fix(ci): drop Python 3.9 from test matrix
python_requires was bumped to >=3.10 in setup.py as part of the typer migration. The CI matrix still included 3.9, causing failures. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a5ae886 commit b493db3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: ["ubuntu-latest", "windows-latest"]
14-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1515
runs-on: ${{ matrix.os }}
1616
env:
1717
PYTHONUTF8: 1

0 commit comments

Comments
 (0)