Skip to content

Commit f48d169

Browse files
authored
Disable the broken python version in the CI (#4048)
1 parent 31d0b0b commit f48d169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scriptcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-20.04
3030
strategy:
3131
matrix:
32-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
32+
python-version: [3.5]
3333
fail-fast: false
3434

3535
steps:

0 commit comments

Comments
 (0)