ci(python): Fix 3.10 build

This commit is contained in:
Alex
2021-10-19 20:21:47 +03:00
parent d1d8af7e92
commit f87987d58b

View File

@@ -16,11 +16,11 @@ jobs:
fail-fast: false
matrix:
tag:
- 2.7
- 3.7
- 3.8
- 3.9
- 3.10
- '2.7'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
steps:
- uses: actions/checkout@v2
- uses: docker/setup-buildx-action@v1