Skip to content

Commit 7accf52

Browse files
maresbricardoV94
authored andcommitted
Run pre-commit only from min and max Python versions
1 parent ccad386 commit 7accf52

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
@@ -53,7 +53,7 @@ jobs:
5353
if: ${{ needs.changes.outputs.changes == 'true' }}
5454
strategy:
5555
matrix:
56-
python-version: ["3.9", "3.11", "3.12"]
56+
python-version: ["3.9", "3.12"]
5757
steps:
5858
- uses: actions/checkout@v4
5959
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)