Skip to content

Commit 6b806d7

Browse files
committed
Increase Python version for Pypi publish
1 parent 8d116ba commit 6b806d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-on-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v3
2929
with:
30-
python-version: '3.8'
30+
python-version: '3.12'
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)