Skip to content

Commit

Permalink
CI: exclude linux - Python 3.6 (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Dec 8, 2022
1 parent 74adae6 commit 897687f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
matrix:
platform: ['ubuntu-latest', 'windows-latest', 'macos-latest']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7']
exclude:
# Started failing with `Error: The version '3.6' with architecture 'x64' was not found for Ubuntu 22.04.``
- platform: ubuntu-latest
python-version: '3.6'
timeout-minutes: 30
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 897687f

Please sign in to comment.