Skip to content

Commit 9b5bab7

Browse files
committed
chore: update Python version in GitHub Actions workflow from 3.12 to 3.13
1 parent a69aaee commit 9b5bab7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ jobs:
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v4
11+
1112
- name: Set up Go
1213
uses: actions/setup-go@v5
1314
with:
1415
go-version: 1.24.x
16+
1517
- name: Set up Python
1618
uses: actions/setup-python@v5
1719
with:
18-
python-version: '3.12'
20+
python-version: '3.13'
21+
1922
- run: make test

0 commit comments

Comments
 (0)