Skip to content

Commit 7e5facf

Browse files
authored
chore: Update Python version from 3.13 to 3.14 (#146)
1 parent da834c7 commit 7e5facf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Use Python
2525
uses: actions/setup-python@v6
2626
with:
27-
python-version: '3.13'
27+
python-version: '3.14'
2828
- name: Install dependencies
2929
run: |
3030
curl --location --silent --show-error --fail https://astral.sh/uv/install.sh | sh

0 commit comments

Comments
 (0)