Skip to content

Commit 177aeff

Browse files
committed
🙈 remove python3.8 from testing grid
1 parent 454ab8d commit 177aeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: ['windows-latest', 'macOS-latest', 'ubuntu-latest']
27-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
27+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2828
exclude:
2929
- os: ubuntu-latest
3030
python-version: '3.12'

0 commit comments

Comments
 (0)