Skip to content

Commit 5cb58c9

Browse files
committed
Run pre-commit only from min and max Python versions
1 parent 5f9734e commit 5cb58c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: ${{ needs.changes.outputs.changes == 'true' }}
5353
strategy:
5454
matrix:
55-
python-version: ["3.9", "3.11", "3.12"]
55+
python-version: ["3.9", "3.12"]
5656
steps:
5757
- uses: actions/checkout@v4
5858
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)