Skip to content

Commit 64298e2

Browse files
committed
Update Python version for linting
1 parent e6f523a commit 64298e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939

4040
steps:
4141
- uses: actions/checkout@v4
42-
- name: Set up Python 3.11
42+
- name: Set up Python 3.13
4343
uses: actions/setup-python@v5
4444
with:
45-
python-version: '3.11'
45+
python-version: '3.13'
4646
- name: Install dependencies
4747
run: |
4848
pip install '.[test]'

0 commit comments

Comments
 (0)