There was an error while loading. Please reload this page.
1 parent 5028f0c commit 53962b7Copy full SHA for 53962b7
1 file changed
.github/workflows/test.yml
@@ -8,6 +8,7 @@ on:
8
- "dependabot/**"
9
- "sourcery/**"
10
- "create-pr-action/pre-commit-config-update*"
11
+ - "pre-commit-ci-update-config"
12
pull_request:
13
14
jobs:
@@ -21,7 +22,7 @@ jobs:
21
22
- name: Set up Python
23
uses: actions/setup-python@v6
24
with:
- python-version: "3.10"
25
+ python-version: "3.13"
26
27
- name: Run pre-commit
28
uses: pre-commit/action@v3.0.1
0 commit comments