Skip to content

Commit 4083e7a

Browse files
Add pylint check for Python 3.12 (#6265)
1 parent 5195886 commit 4083e7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,8 +1314,7 @@ jobs:
13141314
runs-on: ${{ matrix.os }}
13151315
strategy:
13161316
matrix:
1317-
python: ["3.11"]
1318-
#python: ["3.11", "3.12"] TODO: re-enable it (GCR)
1317+
python: ["3.11", "3.12"]
13191318
os: [ubuntu-22.04]
13201319
fail-fast: false
13211320
steps:

0 commit comments

Comments
 (0)