Skip to content

Commit

Permalink
chore: Update Python version to 3.12 in pre-commit and release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandra Irugalbandara committed Jul 28, 2024
1 parent 1f072c7 commit bcdf7f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.12'

- name: Install pre-commit
run: pip install pre-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.12'
- name: Install Poetry
run: |
pip install poetry
Expand Down

0 comments on commit bcdf7f8

Please sign in to comment.