set python version

This commit is contained in:
Attilio Greco 2022-12-15 14:57:46 +01:00
parent 8c15b0d75b
commit 139845dd87
No known key found for this signature in database
GPG Key ID: FC1D47921C8F19CC

View File

@ -10,8 +10,15 @@ jobs:
build_base_image: build_base_image:
strategy: strategy:
matrix: matrix:
python: [3.8, 3.9, 3.10.6, 3.11.1] python: [3.8, 3.9, 3.10, 3.11]
alpine: ["3.15", "3.16"] alpine: ["3.15", "3.16", "3.17"]
include:
- python: 3.10.6
alpine: "3.16"
# exclude:
# - python: 3.11.1
# alpine: "3.15"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout