Skip to content

Commit

Permalink
Update CI now that minimum Python version is 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrickstaley committed Nov 12, 2023
1 parent b2474d0 commit d04690e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
python-version: [3.6, 3.8, 3.9]
python-version: [3.8, 3.11]
anki-version: [ed8340a4e3a2006d6285d7adf9b136c735ba2085]
exclude:
# latest Ubuntu supports Python 3.7 and later
- os: ubuntu
python-version: 3.6
# compatible pyaudio not available
- os: windows
python-version: 3.8
- os: windows
python-version: 3.9
steps:
- uses: actions/checkout@v2
- if: ${{ matrix.os == 'ubuntu' }}
Expand Down

0 comments on commit d04690e

Please sign in to comment.