Skip to content

Bump cryptography from 38.0.4 to 41.0.2 #783

Bump cryptography from 38.0.4 to 41.0.2

Bump cryptography from 38.0.4 to 41.0.2 #783

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"
runs-on: ubuntu-latest
container: python:${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- run: python setup.py install
- run: mackup --help