Skip to content

Commit 453a943

Browse files
committed
Update linter version
1 parent 2791ddc commit 453a943

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pylint-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
# python-version: [3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", 'pypy-3.6', 'pypy-3.7']
13-
python-version: [3.9]
13+
python-version: ["3.12"]
1414

1515
steps:
1616
- uses: actions/checkout@v2

.github/workflows/pylint-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
os: [windows-latest]
1212
# Don't use pypy on windows since it does not have pywin32 module
1313
# python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10"]
14-
python-version: [3.9]
14+
python-version: ["3.12"]
1515

1616
steps:
1717
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)