Browse Source

Merge fc6f9f8df7 into 6df50d40fe

pull/13946/merge
Patrick Arminio 4 days ago
committed by GitHub
parent
commit
b8e0b01029
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/test.yml

4
.github/workflows/test.yml

@ -48,6 +48,9 @@ jobs:
strategy:
matrix:
python-version:
- "3.14t"
- "3.14"
- "3.13t"
- "3.13"
- "3.12"
- "3.11"
@ -66,6 +69,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Setup uv
uses: astral-sh/setup-uv@v6
with:

Loading…
Cancel
Save