Skip to content

Commit

Permalink
Drop Python 3.6 support (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
chivay authored Aug 24, 2021
1 parent 9d59ec1 commit 7500e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: 3.7
- run: pip install isort==5.6.4 black==20.8b1 flake8==3.8.4 mypy==0.790
- run: pip install -r requirements.txt
- run: isort --check karton/
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
minor: [6, 7, 8, 9]
minor: [7, 8, 9]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
Expand Down

0 comments on commit 7500e93

Please sign in to comment.