Skip to content

Commit

Permalink
feat: drop support for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Jan 24, 2022
1 parent 7fc361b commit 2089634
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 248 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Expand Up @@ -20,15 +20,6 @@ jobs:
fail-fast: false
matrix:
versions:
- python: "3.6"
django: ">=2.2,<3.0"
- python: "3.6"
django: ">=3.0,<3.1"
- python: "3.6"
django: ">=3.1,<3.2"
- python: "3.6"
django: ">=3.2,<4.0"

- python: "3.7"
django: ">=2.2,<3.0"
- python: "3.7"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -25,7 +25,7 @@ repos:
rev: v2.31.0
hooks:
- id: pyupgrade
args: [--py3-plus]
args: [--py37-plus]
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ This version **does not** include any static files, it's using the TinyMCE from

## Compatibility

- **Python**: 3.6-3.10
- **Python**: 3.7-3.10
- **Django**: 2.2-4.0

## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -6,7 +6,7 @@ The main difference with the original fork is that it **does not** include any s

## Compatibility

- **Python**: 3.6-3.10
- **Python**: 3.7-3.10
- **Django**: 2.2-4.0

## License
Expand Down

0 comments on commit 2089634

Please sign in to comment.