Skip to content

Commit da28a38

Browse files
committed
ci: limit example tests to Python 3.13 only
Reduce CI job count by only running examples on Python 3.13 instead of all Python versions (3.10-3.13). This reduces the combinatorial explosion while still ensuring examples work on the latest Python version.
1 parent ae800c5 commit da28a38

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
@@ -86,7 +86,7 @@ jobs:
8686
needs: test-e2e # Run after e2e tests
8787
strategy:
8888
matrix:
89-
python-version: ["3.10", "3.11", "3.12", "3.13"]
89+
python-version: ["3.13"]
9090

9191
steps:
9292
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)