Skip to content

Commit

Permalink
ci: ubuntu-20-04 for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 16, 2024
1 parent 3039199 commit 6eadcd6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.6', '3.11']
python-version: ['3.11']
os: [macos-latest, ubuntu-latest, windows-latest]
include:
# oldest supported python version only available on ubuntu 20.04
- python-version: '3.6'
os: ubuntu-20.04
fail-fast: false

steps:
Expand Down

0 comments on commit 6eadcd6

Please sign in to comment.