Skip to content

Commit 6c72329

Browse files
committed
build: use python 3.6 for linting
since Python 3.5 reached the end of its life on September 13th, 2020.
1 parent a8ac5e4 commit 6c72329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v2
2727
with:
28-
python-version: '3.5'
28+
python-version: '3.6'
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)