Skip to content

Commit c7bd716

Browse files
committed
Update test.yml
1 parent 7f55ee3 commit c7bd716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- name: Set up Python 3.12
15+
- name: Set up Python 3.13
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.12
18+
python-version: 3.13
1919

2020
- name: Set up Go
2121
uses: actions/setup-go@v3

0 commit comments

Comments
 (0)