Skip to content

Commit 0ef3ba2

Browse files
committed
Revert "bump python version to 3.12"
This reverts commit a57a96d.
1 parent a57a96d commit 0ef3ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- name: checkout
1212
uses: actions/checkout@v2
1313

14-
- name: set up python 3.12
14+
- name: set up python 3.8
1515
uses: actions/setup-python@v1
1616
with:
17-
python-version: 3.12
17+
python-version: 3.8
1818

1919
- name: install pre-commit
2020
run: |

0 commit comments

Comments
 (0)