Skip to content

Commit

Permalink
Merge pull request #137 from googlefonts/pre-commit-312
Browse files Browse the repository at this point in the history
Run pre-commit on Python 3.12
  • Loading branch information
justvanrossum authored Oct 18, 2024
2 parents a97fd65 + 0faf204 commit 5a30e62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run tests
name: Run pre-commit

on:
push:
Expand All @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.12"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5a30e62

Please sign in to comment.