Skip to content

Bump cryptography from 42.0.3 to 42.0.4 #621

Bump cryptography from 42.0.3 to 42.0.4

Bump cryptography from 42.0.3 to 42.0.4 #621

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11', '3.10', '3.9', '3.8']
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: pip install nox==2022.11.21
- run: pip install nox-poetry==1.0.2
- run: pip install poetry==1.3.1
- run: nox --python ${{ matrix.python-version }}
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}