Skip to content

Commit 7bf7e60

Browse files
JacobCoffeeclaude
andcommitted
ci: update documentation workflow to Python 3.14
Update docs.yml workflow to install Python 3.14 via uv. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 335c0c6 commit 7bf7e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: astral-sh/setup-uv@v3
2525

2626
- name: Set up Python
27-
run: uv python install 3.12
27+
run: uv python install 3.14
2828

2929
- name: Install dependencies
3030
run: uv sync --all-extras --dev

0 commit comments

Comments
 (0)