Skip to content

Commit b136376

Browse files
authored
fix: bumps python to latest
1 parent 1df40bd commit b136376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
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
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Python
5151
uses: actions/setup-python@v5
5252
with:
53-
python-version: 3.9
53+
python-version: 3.12
5454
- name: Install flit
5555
run: |
5656
pip install flit

0 commit comments

Comments
 (0)