Skip to content

Bump cryptography from 48.0.1 to 50.0.0 #232

Bump cryptography from 48.0.1 to 50.0.0

Bump cryptography from 48.0.1 to 50.0.0 #232

Workflow file for this run

name: "Test"
on: [push, pull_request]
jobs:
pytest:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v7
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
- name: Test with Pytest
run: |
uv run --python ${{ matrix.python-version }} pytest