Skip to content

Commit

Permalink
drop support py36 and py37
Browse files Browse the repository at this point in the history
  • Loading branch information
shimizukawa committed Mar 7, 2021
1 parent d17b7f7 commit 0530803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.8

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
python-version: ['3.8', '3.9']
django-version: ['2.2', '3.0', '3.1', 'dev']

steps:
Expand Down

0 comments on commit 0530803

Please sign in to comment.