Skip to content

Commit c78653a

Browse files
committed
Updated PyPi action Python version
1 parent fa56642 commit c78653a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v2
2525
with:
26-
python-version: '3.7'
26+
python-version: '3.8'
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)