Skip to content

Commit

Permalink
Update python-linting.yml
Browse files Browse the repository at this point in the history
removing python 3.5 and 3.6, not available on ubuntu 22.04
  • Loading branch information
bkemper24 authored Jan 6, 2023
1 parent 7794a0f commit 31e847d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
python-version: [2.7, 3.7, 3.8]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 31e847d

Please sign in to comment.