Skip to content

Commit e9e69c4

Browse files
committed
Update flake8 to Py 3.12
1 parent 962653c commit e9e69c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flake8.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12-
- name: Set up Python 3.8
12+
- name: Set up Python 3.12
1313
uses: actions/setup-python@v1
1414
with:
15-
python-version: 3.8
15+
python-version: 3.12
1616
- name: Lint with flake8
1717
run: |
1818
pip install flake8

0 commit comments

Comments
 (0)