Skip to content

Commit ea722ab

Browse files
committed
Dev #53: updating python version
1 parent b23853d commit ea722ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@main
13-
- name: Set up Python 3.8
13+
- name: Set up Python 3.12
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: 3.8
16+
python-version: 3.12
1717
- name: Install and build
1818
run: python -m pip install build --user
1919
- name: Build a binary and source tarball

0 commit comments

Comments
 (0)