Skip to content

Commit

Permalink
Add experimental 3.11 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored and webknjaz committed Aug 2, 2022
1 parent 9caf8bc commit de65612
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -74,13 +74,20 @@ jobs:
pyver: ['3.7', '3.8', '3.9', '3.10']
no-extensions: ['', 'Y']
os: [ubuntu, macos, windows]
experimental: [false]
exclude:
- os: macos
no-extensions: 'Y'
- os: windows
no-extensions: 'Y'
include:
- os: ubuntu
pyver: "3.11.0-alpha - 3.11.0"
experimental: true
no-extensions: 'Y'
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 de65612

Please sign in to comment.