Skip to content

Add Python 3.13 to CI test matrix #132

Add Python 3.13 to CI test matrix

Add Python 3.13 to CI test matrix #132

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
python-version: ${{ matrix.python-version }}
- name: Run ruff via uvx
run: |
uvx ruff check pyDataverse tests