Skip to content

Commit ac31092

Browse files
committed
Fix lint
1 parent 9709952 commit ac31092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v2
1717

18-
- name: Setup Python 3.9
18+
- name: Setup Python 3.11
1919
uses: actions/setup-python@v1
2020
with:
21-
python-version: 3.9
21+
python-version: 3.11
2222

2323
- name: Upgrade Setuptools
2424
run: pip install --upgrade setuptools wheel

0 commit comments

Comments
 (0)