Skip to content

Commit f2455d6

Browse files
committed
Version 0.17.0 release
1 parent 442a4ab commit f2455d6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ jobs:
1717
continue-on-error: ${{ matrix.allow-failure }}
1818
strategy:
1919
matrix:
20-
python-version: [3.7, 3.8, 3.9]
21-
allow-failure: [false]
22-
include:
23-
- python-version: 3.10.0-rc.2
24-
allow-failure: true
20+
python-version: [3.7, 3.8, 3.9, 3.10]
2521

2622
steps:
2723
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)