pipeline: python-3.8: group: test image: python:3.8 commands: - pip install pipenv==2023.10.24 - pipenv install --dev --deploy - pipenv run almake test - pipenv run almake build-dist - sha256sum dist/* python-3.9: group: test image: python:3.9 commands: - pip install pipenv==2023.10.24 - pipenv install --dev --deploy - pipenv run almake test - pipenv run almake build-dist - sha256sum dist/* python-3.10: group: test image: python:3.10 commands: - pip install pipenv==2023.10.24 - pipenv install --dev --deploy - pipenv run almake test - pipenv run almake build-dist - sha256sum dist/* python-3.11: group: test image: python:3.11 commands: - pip install pipenv==2023.10.24 - pipenv install --dev --deploy - pipenv run almake test - pipenv run almake build-dist - sha256sum dist/*