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:
|
||||
- python: "3.10.6"
|
||||
alpine: "3.16"
|
||||
# exclude:
|
||||
# - python: 3.11.1
|
||||
# alpine: "3.15"
|
||||
exclude:
|
||||
- python: 3.10.9
|
||||
alpine: "3.15"
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user