Skip to content

Commit 48024fa

Browse files
committed
feat(ci) + PY3.12-dev as "experimental"
1 parent ce69a77 commit 48024fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ on:
99
jobs:
1010
build-n-publish:
1111
runs-on: ubuntu-latest
12+
continue-on-error: ${{ matrix.experimental }}
1213
strategy:
1314
matrix:
1415
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
16+
experimental: [false]
17+
include:
18+
- version: "3.12-dev"
19+
experimental: true
1520

1621
steps:
1722
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)