Skip to content

Commit f08a0fd

Browse files
committed
patch test.yaml, frozen sanic-ext version for 3.8 compat
1 parent 9d9283b commit f08a0fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ jobs:
9393
pip install databases[aiosqlite] redis aioredis psycopg2 mysqlclient
9494
pip install django==${{ matrix.django-version }}
9595
pip install flask apiflask fastapi tornado aiohttp uvicorn httpx requests python-multipart
96-
pip install sanic[ext]==24.6.0
96+
pip install sanic==24.6.0
97+
pip install sanic-ext==23.12.0
98+
# frozen sanic[ext] version to adapt py 3.8
9799
- name: Install conditional dependencies
98100
if: ${{ matrix.django-version >= '4.0'}}
99101
run: |

0 commit comments

Comments
 (0)