Skip to content

Commit

Permalink
feat(ci) + PY3.12-dev as "experimental"
Browse files Browse the repository at this point in the history
  • Loading branch information
ankostis committed May 1, 2023
1 parent 9367108 commit b071486
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -9,9 +9,14 @@ on:
jobs:
build-n-publish:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
experimental: [false]
include:
- version: "3.12-dev"
experimental: true

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b071486

Please sign in to comment.