Skip to content

Commit

Permalink
Move Python 3.11 to the main CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Aug 1, 2022
1 parent 9c1dad4 commit a401202
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Expand Up @@ -67,7 +67,7 @@ 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]
exclude:
Expand All @@ -82,12 +82,6 @@ jobs:
- pyver: pypy-3.8
no-extensions: 'Y'
os: ubuntu
- os: ubuntu
pyver: "3.11.0-alpha - 3.11.0"
no-extensions: ''
- os: ubuntu
pyver: "3.11.0-alpha - 3.11.0"
no-extensions: 'Y'
fail-fast: false
runs-on: ${{ matrix.os }}-latest
timeout-minutes: 15
Expand Down

0 comments on commit a401202

Please sign in to comment.