Skip to content

Commit

Permalink
Merge branch 'maintenance/py311'
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Aug 1, 2022
2 parents 0c6ec42 + a401202 commit 70457e4
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,31 +67,23 @@ jobs:
name: Test
strategy:
matrix:
pyver: ['3.7', '3.8', '3.9', '3.10']
pyver: ['3.7', '3.8', '3.9', '3.10', '~3.11.0-0']
no-extensions: ['', 'Y']
os: [ubuntu, macos, windows]
experimental: [false]
exclude:
- os: macos
no-extensions: 'Y'
- os: windows
no-extensions: 'Y'
include:
- pyver: pypy-3.8
- pyver: pypy-3.9
no-extensions: 'Y'
os: ubuntu
experimental: false
- os: ubuntu
pyver: "3.11.0-alpha - 3.11.0"
experimental: true
no-extensions: ''
- os: ubuntu
pyver: "3.11.0-alpha - 3.11.0"
experimental: true
- pyver: pypy-3.8
no-extensions: 'Y'
os: ubuntu
fail-fast: false
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ matrix.experimental }}
timeout-minutes: 15
steps:
- name: Checkout
Expand Down

0 comments on commit 70457e4

Please sign in to comment.