ci(python): Fix 3.10 build
This commit is contained in:
10
.github/workflows/python.yml
vendored
10
.github/workflows/python.yml
vendored
@@ -16,11 +16,11 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
tag:
|
tag:
|
||||||
- 2.7
|
- '2.7'
|
||||||
- 3.7
|
- '3.7'
|
||||||
- 3.8
|
- '3.8'
|
||||||
- 3.9
|
- '3.9'
|
||||||
- 3.10
|
- '3.10'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: docker/setup-buildx-action@v1
|
- uses: docker/setup-buildx-action@v1
|
||||||
|
Reference in New Issue
Block a user