There was an error while loading. Please reload this page.
1 parent 3e5c68f commit e2ffaf0Copy full SHA for e2ffaf0
1 file changed
.github/workflows/main.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup
16
uses: actions/setup-python@v5
17
with:
18
- python-version: '3.10'
+ python-version: '3.13'
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
@@ -51,7 +51,7 @@ jobs:
51
use-flake8: false
52
use-vulture: false
53
extra-pycodestyle-options: "--config=setup.cfg"
54
55
- name: Run pycodestyle
56
# This is required because the annotate action doesn't trigger a failure
57
0 commit comments