Skip to content

docs: update supported Python version to 3.9+ (#413) #1031

docs: update supported Python version to 3.9+ (#413)

docs: update supported Python version to 3.9+ (#413) #1031

Workflow file for this run

name: Test website compile
on:
push:
branches:
- "*"
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24.x
- run: npm ci
- run: npm run build