Skip to content

Commit 3197f26

Browse files
committed
restore using latest python 3.12 in ci now that 3.12.5 has been rolled out with a fix
1 parent f656738 commit 3197f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- uses: actions/setup-python@v5
2626
with:
27-
python-version: '3.12.3' # 3.12.4 has an issue with pyupgrade, try to upgrade later
27+
python-version: '3.12'
2828
- run: |
2929
pip install pre-commit
3030
pre-commit run --all-files

0 commit comments

Comments
 (0)