Skip to content

Commit 6f34f48

Browse files
authored
Flake with 3.12
1 parent da52b66 commit 6f34f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
- name: Check out code
3131
uses: actions/checkout@main
3232

33-
- name: Set up Python 3.11
33+
- name: Set up Python 3.12
3434
uses: actions/setup-python@main
3535
with:
36-
python-version: "3.11"
36+
python-version: "3.12"
3737

3838
- name: Setup flake8 annotations
3939
uses: rbialon/[email protected]

0 commit comments

Comments
 (0)