Skip to content

Commit 43b986d

Browse files
committed
optimize ci
1 parent 2919c47 commit 43b986d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest]
14-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
14+
# Only test older and newer supported versions
15+
python-version: ["3.9", "3.13"]
1516
fail-fast: true
1617

1718
steps:

0 commit comments

Comments
 (0)