Skip to content

Commit

Permalink
Updated PyPi action Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezrivera committed May 18, 2024
1 parent fa56642 commit c78653a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit c78653a

Please sign in to comment.