Skip to content

Bump keyring from 25.6.0 to 25.7.0 #132

Bump keyring from 25.6.0 to 25.7.0

Bump keyring from 25.6.0 to 25.7.0 #132

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@v6
- 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