Skip to content

Add support for Python 3.9.21, 3.10.16, 3.11.11, 3.12.8, and 3.13.1 #2617

Add support for Python 3.9.21, 3.10.16, 3.11.11, 3.12.8, and 3.13.1

Add support for Python 3.9.21, 3.10.16, 3.11.11, 3.12.8, and 3.13.1 #2617

Workflow file for this run

name: Rustfmt
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v2
- name: Run rustfmt
run: make format-check