Skip to content

Commit a1bb7f4

Browse files
committed
Remove Python 3.10 & 3.11 from CI
1 parent 8be1872 commit a1bb7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
strategy:
100100
fail-fast: false
101101
matrix:
102-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
102+
python-version: ['3.12', '3.13', '3.14']
103103
steps:
104104
- uses: actions/checkout@v6
105105
- name: Install Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)