Skip to content

Commit

Permalink
feat: update python version for pypi (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto authored May 30, 2024
1 parent 83384f0 commit aa54947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.11

- name: Install pip
run: pip install -r requirements/pip.txt
Expand Down

0 comments on commit aa54947

Please sign in to comment.