Stuff and things

This commit is contained in:
2025-07-01 20:10:29 +02:00
parent b87639910b
commit fd826da6e4
6 changed files with 39 additions and 886 deletions

View File

@ -16,12 +16,8 @@ env:
jobs:
test-on-uv:
name: Install with uv and run tests on Python ${{ matrix.python-version }}
name: Install with uv and run tests on Python 3.13
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13", "pypy"]
steps:
- run: |
if [ -z "${{ env.BOT_TOKEN }}" ]; then
@ -30,10 +26,10 @@ jobs:
fi
- name: Checkout code
uses: actions/checkout@v4
- name: Install uv and set the python version to ${{ matrix.python-version }}
- name: Install uv and set the python version to 3.13
uses: astral-sh/setup-uv@v5
with:
python-version: ${{ matrix.python-version }}
python-version: 3.13
version: "latest"
- name: Install dependencies
run: uv sync --all-extras --dev