Skip to content

Commit eeef0a2

Browse files
chrchr-githubfirewave
authored andcommitted
Deactivate failing scriptcheck using Python 3.5 (#6396)
(cherry picked from commit 1943b4d)
1 parent 22c5a5f commit eeef0a2

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
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-20.04
4949
strategy:
5050
matrix:
51-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
51+
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
5252
include:
5353
- python-version: '3.12'
5454
python-latest: true

0 commit comments

Comments
 (0)