Skip to content

Commit 53962b7

Browse files
committed
🚇🩹 Setup python 3.13 for pre-commit workflow
1 parent 5028f0c commit 53962b7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "dependabot/**"
99
- "sourcery/**"
1010
- "create-pr-action/pre-commit-config-update*"
11+
- "pre-commit-ci-update-config"
1112
pull_request:
1213

1314
jobs:
@@ -21,7 +22,7 @@ jobs:
2122
- name: Set up Python
2223
uses: actions/setup-python@v6
2324
with:
24-
python-version: "3.10"
25+
python-version: "3.13"
2526

2627
- name: Run pre-commit
2728
uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)