Skip to content

Added Python 3.13 support. #374

Added Python 3.13 support.

Added Python 3.13 support. #374

Workflow file for this run

name: Docs Check
on:
pull_request:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"