Skip to content

Commit 15b0085

Browse files
committed
Move CPython 3.11 to the main CI matrix
1 parent 6d00df1 commit 15b0085

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,23 +71,16 @@ jobs:
7171
needs: [lint]
7272
strategy:
7373
matrix:
74-
pyver: ['3.7', '3.8', '3.9', '3.10']
74+
pyver: ['3.7', '3.8', '3.9', '3.10', '~3.11.0-0']
7575
no-extensions: ['', 'Y']
7676
os: [ubuntu, macos, windows]
77-
experimental: [false]
7877
exclude:
7978
- os: macos
8079
no-extensions: 'Y'
8180
- os: windows
8281
no-extensions: 'Y'
83-
include:
84-
- os: ubuntu
85-
pyver: "3.11.0-alpha - 3.11.0"
86-
experimental: true
87-
no-extensions: 'Y'
8882
fail-fast: false
8983
runs-on: ${{ matrix.os }}-latest
90-
continue-on-error: ${{ matrix.experimental }}
9184
timeout-minutes: 15
9285
steps:
9386
- name: Checkout

0 commit comments

Comments
 (0)