Skip to content

Commit 6f4a1da

Browse files
committed
use latest python version when for dependencies
1 parent c7a2bf6 commit 6f4a1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: 3.9
22+
python-version: 3.12
2323
- name: Install poetry
2424
run: |
2525
pip install --upgrade poetry

0 commit comments

Comments
 (0)