Skip to content

also test agianst 3.12 and 3.13 #50

also test agianst 3.12 and 3.13

also test agianst 3.12 and 3.13 #50

Workflow file for this run

name: docs
on:
pull_request:
push:
branches: [master]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: install tox
run: pip install --upgrade tox
- name: build docs
run: tox -e docs