Skip to content

Commit a909125

Browse files
committed
ci(github): temporary reduce testing matrix
1 parent e6b8c2f commit a909125

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
os: [ ubuntu-latest ]
3131
python:
3232
- "3.12"
33-
- "3.11"
34-
- "3.10"
35-
- "3.9.14"
36-
- "3.8"
33+
#- "3.11"
34+
#- "3.10"
35+
#- "3.9.14"
36+
#- "3.8"
3737
runs-on: ${{ matrix.os }}
3838
steps:
3939
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)