Skip to content

Commit

Permalink
Test on Python 3.11 (and don't fail fast)
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Aug 27, 2023
1 parent d8183db commit e2ec506
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['2.7', 'pypy-2.7', '3.9', '3.10']
python-version: ['2.7', 'pypy-2.7', '3.9', '3.10', '3.11']
exclude:
- os: macos-latest
python-version: 'pypy-2.7'
Expand Down

0 comments on commit e2ec506

Please sign in to comment.