Run `mypy` on 3.10

aio_explicit_task_cancels
Tyler Goodlet 2022-04-12 12:53:12 -04:00
parent f3606d5bd8
commit 20d281f619
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: '3.10'
- name: Install dependencies
run: pip install -U . --upgrade-strategy eager -r requirements-test.txt