Skip to content

Commit

Permalink
Fix python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taishi-i committed Oct 23, 2021
1 parent ba30108 commit 879581c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9']

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
install:
- python setup.py install
- pip install coveralls
Expand Down

0 comments on commit 879581c

Please sign in to comment.