Skip to content

Update python version dep in pyproject.toml #17

Update python version dep in pyproject.toml

Update python version dep in pyproject.toml #17

Workflow file for this run

name: CI
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Run pre-commit
uses: pre-commit/[email protected]