Skip to content

Commit e31f78e

Browse files
committed
fix: remove Python 3.9 from test matrix in CI configuration
1 parent ee2b4cb commit e31f78e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
strategy:
9696
fail-fast: true
9797
matrix:
98-
python-version: ["3.9", "3.10", "3.11", "3.12","3.13"]
98+
python-version: ["3.10", "3.11", "3.12", "3.13"]
9999
uses: ./.github/workflows/test.yml
100100
with:
101101
coverage: ${{ matrix.python-version == '3.12' }}

0 commit comments

Comments
 (0)