Skip to content

Commit ed72015

Browse files
committed
fixed python version
1 parent be4b3a3 commit ed72015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: '3.9'
19+
python-version: '3.12'
2020

2121
- name: Install Poetry
2222
run: curl -sSL https://install.python-poetry.org | python3 -

0 commit comments

Comments
 (0)