Skip to content

Commit

Permalink
Exclude python 3.6 run on Ubuntu 22.04 Jammy (#38)
Browse files Browse the repository at this point in the history
* exclude python 3.6 run on Ubuntu 22.04 Jammy
  • Loading branch information
Kazhuu authored Dec 6, 2022
1 parent c9d8c16 commit 193a071
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest]
py: [python3.6, python3.7, python3] # 3.5 lacks f-strings
exclude:
- os: ubuntu-latest # Python 3.6 not supported on Ubuntu 22.04 Jammy.
py: python3.6
runs-on: ${{ matrix.os }}
env:
PYTHON: ${{ matrix.py }}
Expand Down

0 comments on commit 193a071

Please sign in to comment.