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:
@ -28,4 +28,4 @@ jobs:
- name: Install deps via requirements + module via pyproject.toml
run: |
python -m pip install -r requirements.txt
python -m pip install .
python -m pip install .

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