Skip to content

Bump cryptography from 41.0.4 to 41.0.6 #52

Bump cryptography from 41.0.4 to 41.0.6

Bump cryptography from 41.0.4 to 41.0.6 #52

Workflow file for this run

name: verify
on: [push, pull_request]
jobs:
verify:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
architecture: x64
- run: pip install nox==2020.8.22
- run: nox