Skip to content

Commit 2ee7931

Browse files
authored
Add Windows 3.11-dev job [ci] (#1561)
1 parent fb31eed commit 2ee7931

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
timeout-minutes: 20
8181
strategy:
82-
fail-fast: true
82+
fail-fast: false
8383
matrix:
8484
python-version: [3.7, 3.8, 3.9, "3.10"]
8585
outputs:
@@ -231,9 +231,9 @@ jobs:
231231
timeout-minutes: 20
232232
needs: tests-linux
233233
strategy:
234-
fail-fast: true
234+
fail-fast: false
235235
matrix:
236-
python-version: [3.7, 3.8, 3.9, "3.10"]
236+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11-dev"]
237237
steps:
238238
- name: Set temp directory
239239
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV

0 commit comments

Comments
 (0)