exclude python 3.10.9 with 3.15
This commit is contained in:
parent
1df292d882
commit
d48393d9b9
6
.github/workflows/build-image.yml
vendored
6
.github/workflows/build-image.yml
vendored
@ -15,9 +15,9 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- python: "3.10.6"
|
- python: "3.10.6"
|
||||||
alpine: "3.16"
|
alpine: "3.16"
|
||||||
# exclude:
|
exclude:
|
||||||
# - python: 3.11.1
|
- python: 3.10.9
|
||||||
# alpine: "3.15"
|
alpine: "3.15"
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user