Skip to content

Commit

Permalink
Version 0.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Oct 5, 2021
1 parent 433e5cc commit 6662b60
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ on:
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.allow-failure }}
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: [3.7, 3.8, 3.9]
allow-failure: [false]
include:
- python-version: 3.10.0-rc.2
allow-failure: true

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

0 comments on commit 6662b60

Please sign in to comment.