Skip to content

Commit

Permalink
Python version test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Dec 22, 2024
1 parent 3e393c5 commit 1f7cde0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,21 @@ on:
jobs:
pre-commit:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.10"
- "3.11"
- "3.12"
- "3.13"

steps:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v4

- name: Set up Python
run: uv python install
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: uv sync --all-extras --dev
Expand Down
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

0 comments on commit 1f7cde0

Please sign in to comment.