Merge pull request #46 from nyanp/fix/drop-py35

Temporally drop support Python 3.5
pull/47/head
nyanp 2020-02-20 23:40:31 +09:00 committed by GitHub
commit 72092fb1ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
max-parallel: 3
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v1

View File

@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.5'
python-version: '3.6'
- name: Install dependencies
run: |
python -m pip install --upgrade pip