Skip to content

Commit

Permalink
Use Python 3.13 for pre-commit too (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Dec 20, 2024
1 parent 5ec905f commit a724a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: "3.12"
python-version: "3.13"
cache: pip
cache-dependency-path: .pre-commit-config.yaml

Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12
3.13

0 comments on commit a724a18

Please sign in to comment.