Skip to content

Commit

Permalink
bump python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Jan 23, 2025
1 parent 77c0eb5 commit b990a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: checkout
uses: actions/checkout@v2

- name: set up python 3.8
- name: set up python 3.12
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.12

- name: install pre-commit
run: |
Expand Down

0 comments on commit b990a2c

Please sign in to comment.