Support Python 3.10 and Drop Python 3.6

This commit is contained in:
c-bata
2022-03-23 13:31:20 +09:00
parent 2baac5902c
commit 49552aed0e
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10]
steps:
- uses: actions/checkout@v2
- name: Setup Python${{ matrix.python-version }}