Skip to content

fix: Deprecated SafeConfigParser resolved #826

fix: Deprecated SafeConfigParser resolved

fix: Deprecated SafeConfigParser resolved #826

Workflow file for this run

name: Test installs
on: pull_request
jobs:
install:
strategy:
matrix:
python-version:
- "2.7"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
runs-on: ubuntu-latest
container: python:${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- run: python setup.py install
- run: mackup --help