Skip to content

Commit cd2bf34

Browse files
committed
Update python-lint-annotate to use Python 3.9
1 parent 377c4cd commit cd2bf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
use-flake8: false
5252
use-vulture: false
5353
extra-pycodestyle-options: "--config=setup.cfg"
54-
python-version: "3.8"
54+
python-version: "3.9"
5555
- name: Run pycodestyle
5656
# This is required because the annotate action doesn't trigger a failure
5757
run: |

0 commit comments

Comments
 (0)