Skip to content

Commit f76ef28

Browse files
committed
Fix Python version
1 parent f2e00e8 commit f76ef28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: astral-sh/setup-uv@v5
2121
with:
2222
version: "0.7.5"
23-
python-version: 3.10
23+
python-version: "3.10"
2424

2525
- name: Install betterproto2
2626
working-directory: ./betterproto2

0 commit comments

Comments
 (0)