Skip to content

Commit a401202

Browse files
committed
Move Python 3.11 to the main CI matrix
Ref: actions/setup-python#213 (comment)
1 parent 9c1dad4 commit a401202

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
name: Test
6868
strategy:
6969
matrix:
70-
pyver: ['3.7', '3.8', '3.9', '3.10']
70+
pyver: ['3.7', '3.8', '3.9', '3.10', '~3.11.0-0']
7171
no-extensions: ['', 'Y']
7272
os: [ubuntu, macos, windows]
7373
exclude:
@@ -82,12 +82,6 @@ jobs:
8282
- pyver: pypy-3.8
8383
no-extensions: 'Y'
8484
os: ubuntu
85-
- os: ubuntu
86-
pyver: "3.11.0-alpha - 3.11.0"
87-
no-extensions: ''
88-
- os: ubuntu
89-
pyver: "3.11.0-alpha - 3.11.0"
90-
no-extensions: 'Y'
9185
fail-fast: false
9286
runs-on: ${{ matrix.os }}-latest
9387
timeout-minutes: 15

0 commit comments

Comments
 (0)