Skip to content

Commit cd413fd

Browse files
committed
ci: Reduce testing matrix
- Limit tests to Python 3.11. - This reduces load on services. - Previously tested: 3.10, 3.11, 3.12, 3.13
1 parent 0f0ded9 commit cd413fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python-version: ["3.10", "3.11", "3.12", "3.13"]
32+
# testing only Python 3.11 to minimize the load on services
33+
python-version: ["3.11"] # ["3.10", "3.11", "3.12", "3.13"]
3334
fail-fast: false
3435
defaults:
3536
run:

0 commit comments

Comments
 (0)