Skip to content

Bump cryptography from 42.0.2 to 42.0.4 #166

Bump cryptography from 42.0.2 to 42.0.4

Bump cryptography from 42.0.2 to 42.0.4 #166

Workflow file for this run

name: Type Check
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.7, 3.8, 3.9, '3.10']
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install Dependencies
run: pip install tox
- name: Type Check
run: tox -e mypy