We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5f339 commit 6b8a7ebCopy full SHA for 6b8a7eb
1 file changed
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- python-version: ['3.10', '3.11', '3.12']
+ python-version: ['3.12', '3.13', '3.14']
12
13
steps:
14
- name: Install uv
@@ -20,7 +20,7 @@ jobs:
20
python-version: ${{ matrix.python-version }}
21
- name: Install dependencies
22
run: |
23
- uv install pytest cython
+ uv pip install pytest cython
24
uv pip install -e .
25
- name: Test with pytest
26
0 commit comments