Skip to content

Commit 3b13150

Browse files
committed
Update python version
1 parent 1ce1762 commit 3b13150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v1
28-
- name: Set up Python 3.8
28+
- name: Set up Python 3.12
2929
uses: actions/setup-python@v2
3030
with:
31-
python-version: 3.8
31+
python-version: 3.12
3232
- name: Install pypa/build
3333
run: |
3434
git fetch --tags

0 commit comments

Comments
 (0)