Skip to content

Commit df5f2c3

Browse files
committed
Run flake8 with Python 3.13
Python version 3.14 no longer works.
1 parent 91610fa commit df5f2c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up Python
5858
uses: actions/setup-python@v4
5959
with:
60-
python-version: 3.x
60+
python-version: 3.13
6161
- name: Install dependencies
6262
run: python -m pip install --upgrade pip tox
6363
- name: Run tox ${{ matrix.tox_job }}

0 commit comments

Comments
 (0)