Skip to content

Commit 523b23b

Browse files
committed
fix some github workflows
1 parent 229c7bc commit 523b23b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest, windows-latest, macos-latest]
20-
python-version: ["3.8", "3.12", "3.13", "3.14", "3.14t"]
20+
python-version: ["3.9", "3.13", "3.14", "3.14t"]
2121
include:
2222
- os: windows-latest
2323
python-version: "3.9"
2424
- os: ubuntu-latest
2525
python-version: "pypy-3.9"
26-
- os: ubuntu-latest
27-
python-version: "3.8"
2826
- os: macos-latest
2927
python-version: "3.10"
3028
steps:

0 commit comments

Comments
 (0)