Skip to content

Commit

Permalink
GitHub workflow: Use Python 3.x for lint
Browse files Browse the repository at this point in the history
pylint supports 3.9 from 2.7.0 onwards

Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
  • Loading branch information
Jussi Kukkonen committed Sep 17, 2021
1 parent 7cc0076 commit 3981d9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
os: ubuntu-latest
toxenv: with-sslib-master
experimental: true
# TODO: Change to 3.x once pylint fully supports Python 3.9
- python-version: 3.8
- python-version: 3.x
os: ubuntu-latest
toxenv: lint

Expand Down

0 comments on commit 3981d9d

Please sign in to comment.