Skip to content

Commit d678bd5

Browse files
kamil-certataaronkaplan
authored andcommitted
Update pycodestyle
Newer Ubuntu runners have pycodestyle in the version that supports Python 3.8+ operators
1 parent f781c2c commit d678bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pycodestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
pycodestyle:
2020
name: Run pycodestyle
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-24.04
2222

2323
steps:
2424
- name: Checkout repository

0 commit comments

Comments
 (0)