Skip to content

Add testing for Python 3.10 and 3.11 (#20) #54

Add testing for Python 3.10 and 3.11 (#20)

Add testing for Python 3.10 and 3.11 (#20) #54

Workflow file for this run

---
name: Python Style Check
on: [push,pull_request]
jobs:
checks:
name: pre-commit hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- uses: pre-commit/action@v3.0.0