Skip to content

More python versions #805

More python versions

More python versions #805

Workflow file for this run

name: Test installs
on:
- pull_request
- push
jobs:
install:
strategy:
matrix:
python-version:
- "2.7"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13" - "3.10"

Check failure on line 20 in .github/workflows/install.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/install.yaml

Invalid workflow file

You have an error in your yaml syntax on line 20
runs-on: ubuntu-latest
container: python:${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- run: python setup.py install
- run: mackup --help