Fix of 3.6.9 asyncio create_task error

This commit is contained in:
Soxoj
2021-03-24 21:37:31 +03:00
parent 6da4ff1e7b
commit a044e3dd79
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6.9, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2