Skip to content

Commit 30ffd10

Browse files
authored
use python 3.8 in ci
1 parent 8333828 commit 30ffd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v1
1414
with:
15-
python-version: '3.6'
15+
python-version: '3.8'
1616
- name : Print GitHub context
1717
env:
1818
GITHUB_CONTEXT: ${{ toJson(github) }}

0 commit comments

Comments
 (0)