Skip to content

update Python version requirement to 3.10 or higher #7

update Python version requirement to 3.10 or higher

update Python version requirement to 3.10 or higher #7

Workflow file for this run

name: lint
on:
push:
pull_request:
branches:
- master
types:
- opened
- reopened
- synchronize
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: "0.5.x"
enable-cache: true
- run: uv run make lint