Skip to content

Commit 9c32ed6

Browse files
committed
fix(pre-commit): TRI-237: Address python version issue
1 parent 74d7f39 commit 9c32ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
- uses: actions/checkout@v3
3737
- uses: actions/setup-python@v5
3838
with:
39-
python-version: '3.11'
39+
python-version: '3.12'
4040
- uses: pre-commit/[email protected]
4141

0 commit comments

Comments
 (0)