Skip to content

Commit 593cad7

Browse files
committed
Skip sanic newest on python 3.8
Because it fails with: /lib/python3.8/site-packages/sanic/helpers.py:21: in <module> STATUS_CODES: dict[int, bytes] = { E TypeError: 'type' object is not subscriptabl
1 parent 70d3145 commit 593cad7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/.matrix_exclude.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ exclude:
217217
FRAMEWORK: sanic-20.12
218218
- VERSION: python-3.6
219219
FRAMEWORK: sanic-newest
220+
- VERSION: python-3.8
221+
FRAMEWORK: sanic-newest
220222
- VERSION: pypy-3
221223
# aioredis
222224
FRAMEWORK: aioredis-newest

0 commit comments

Comments
 (0)