Skip to content

Bump setuptools from 82.0.1 to 83.0.0 #23

Bump setuptools from 82.0.1 to 83.0.0

Bump setuptools from 82.0.1 to 83.0.0 #23

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- run: uv sync --group dev --python ${{ matrix.python-version }}
- run: uv run --python ${{ matrix.python-version }} pytest