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 9018e03 commit 24c7291Copy full SHA for 24c7291
1 file changed
.github/workflows/uv.yml
@@ -8,6 +8,7 @@ jobs:
8
- "3.10"
9
- "3.11"
10
- "3.12"
11
+ - "3.13"
12
13
steps:
14
- uses: actions/checkout@v4
@@ -17,8 +18,8 @@ jobs:
17
18
with:
19
python-version: ${{ matrix.python-version }}
20
- - name: Install the project
21
- run: uv sync --locked --all-extras --dev
22
- - name: Run tests
23
- # For example, using `pytest`
24
- run: uv run pytest tests
+ - name: Install the project
+ run: uv sync --locked --all-extras --dev
+ - name: Run tests
+ # For example, using `pytest`
25
+ run: uv run pytest tests
0 commit comments