Skip to content

remove pyupgrade

remove pyupgrade #177

Workflow file for this run

name: Package Testing
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
Testing:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
- name: Run tox
run: uvx tox -e py