Skip to content

Commit e2ffaf0

Browse files
committed
CI: Update Python version to 3.13
1 parent 3e5c68f commit e2ffaf0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.10'
18+
python-version: '3.13'
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup
3434
uses: actions/setup-python@v5
3535
with:
36-
python-version: '3.10'
36+
python-version: '3.13'
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip
@@ -51,7 +51,7 @@ jobs:
5151
use-flake8: false
5252
use-vulture: false
5353
extra-pycodestyle-options: "--config=setup.cfg"
54-
python-version: '3.10'
54+
python-version: '3.13'
5555
- name: Run pycodestyle
5656
# This is required because the annotate action doesn't trigger a failure
5757
run: |

0 commit comments

Comments
 (0)