exclude python 3.10.9 with 3.15

This commit is contained in:
Attilio Greco 2023-02-16 12:25:44 +01:00
parent 1df292d882
commit d48393d9b9
No known key found for this signature in database
GPG Key ID: FC1D47921C8F19CC

View File

@ -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: