We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cceb7a commit e50524aCopy full SHA for e50524a
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v6
16
- uses: actions/setup-python@v6
17
with:
18
- python-version: "3.13"
+ python-version: "3.14"
19
- run: pip install uv
20
- run: uv build
21
- run: uv publish
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
- run: uv venv
38
- run: uv sync
0 commit comments