Skip to content

Commit c7a7fd1

Browse files
committed
Run flake8 with Python 3.13
Python version 3.14 no longer works.
1 parent 7a9b852 commit c7a7fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Python
3737
uses: actions/setup-python@v4
3838
with:
39-
python-version: 3.x
39+
python-version: 3.13
4040
- name: Install dependencies
4141
run: python -m pip install --upgrade pip tox
4242
- name: Run tox ${{ matrix.tox_job }}

0 commit comments

Comments
 (0)