Skip to content

Commit 2f00fd7

Browse files
JnyJnyclaude
andcommitted
Fix Python version in GitHub release workflow
- Update from Python 3.12 to 3.13 to match project requirements - Resolves workflow failure due to Python version incompatibility 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 7f6189a commit 2f00fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install uv
2222
uses: astral-sh/setup-uv@v6
2323
with:
24-
python-version: "3.12"
24+
python-version: "3.13"
2525

2626
- name: Create Bogus Git Configuration
2727
env:
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install uv
5050
uses: astral-sh/setup-uv@v6
5151
with:
52-
python-version: "3.12"
52+
python-version: "3.13"
5353

5454
- name: Generate release notes
5555
id: release_notes

0 commit comments

Comments
 (0)