Skip to content

Commit

Permalink
Python 3.6 appears not be available for Ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Aug 27, 2022
1 parent 3ea6715 commit 113bcfc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10']
include:
- os: ubuntu-20.04
python-version: '3.6'
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 113bcfc

Please sign in to comment.