Skip to content

deps: update pre-commit hook asottile/pyupgrade to v3.9.0 (#238) #74

deps: update pre-commit hook asottile/pyupgrade to v3.9.0 (#238)

deps: update pre-commit hook asottile/pyupgrade to v3.9.0 (#238) #74

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install tox tox-gh-actions
- name: Run tox
run: tox