Kaveen Kumarasinghe 1 year ago
commit bbebf6741a

@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.9", "3.10"]
os: [macOS-latest, ubuntu-latest, windows-latest]
steps:

@ -1,4 +1,4 @@
ARG PY_VERSION=3.9
ARG PY_VERSION=3.10
# Build container
FROM python:${PY_VERSION} as base

Loading…
Cancel
Save