mirror of
https://github.com/jazzband/django-defender.git
synced 2026-05-01 12:14:54 +00:00
Deprecate Python 3.6 support
This commit is contained in:
parent
38fd8b6f16
commit
3c7ccc4e99
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
fail-fast: false
|
||||
max-parallel: 5
|
||||
matrix:
|
||||
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.8-v7.3.7']
|
||||
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.8-v7.3.7']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue