Skip to content

removed py3.13 from testing, async tests running/failing #118

removed py3.13 from testing, async tests running/failing

removed py3.13 from testing, async tests running/failing #118

Workflow file for this run

name: Style check
on:
push:
pull_request:
jobs:
style:
runs-on: "ubuntu-latest"
name: Check style formatting
steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v1"
with:
python-version: "3.x"
- run: python3 -m pip install black
- run: black .