Skip to content

Commit 9db8f31

Browse files
committed
chore: change publish pypi action to python 3.7
1 parent f3fd750 commit 9db8f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ jobs:
521521
- name: Set up Python ${{ matrix.python-version }}
522522
uses: actions/setup-python@v1
523523
with:
524-
python-version: "3.6"
524+
python-version: "3.7"
525525
- name: Install dependencies
526526
run: |
527527
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)