Skip to content

Commit 4b73a5e

Browse files
authored
Use latest version of python for CI (#289)
1 parent 848e95f commit 4b73a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: "actions/checkout@v4"
1717
- uses: "actions/setup-python@v5"
1818
with:
19-
python-version: 3.8
19+
python-version: 3.13
2020
- name: "Install dependencies"
2121
run: "pip install -r requirements.txt"
2222
- name: "Build"

0 commit comments

Comments
 (0)