Skip to content

Commit

Permalink
feat: drop support for Django <3.2
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for Django <3.2 as it's no longer maintained
  • Loading branch information
browniebroke committed Jun 27, 2023
1 parent 4ad1ec3 commit 8b5807d
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 101 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Expand Up @@ -24,12 +24,6 @@ jobs:
fail-fast: false
matrix:
versions:
- python: "3.8"
django: "2.2"
- python: "3.8"
django: "3.0"
- python: "3.8"
django: "3.1"
- python: "3.8"
django: "3.2"
- python: "3.8"
Expand All @@ -39,12 +33,6 @@ jobs:
- python: "3.8"
django: "4.2"

- python: "3.9"
django: "2.2"
- python: "3.9"
django: "3.0"
- python: "3.9"
django: "3.1"
- python: "3.9"
django: "3.2"
- python: "3.9"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ This version **does not** include any static files, it's using the TinyMCE from
## Compatibility

- **Python**: 3.8-3.11
- **Django**: 2.2-4.2
- **Django**: 3.2-4.2

## Quick Start

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

- **Python**: 3.8-3.11
- **Django**: 2.2-4.2
- **Django**: 3.2-4.2

## License

Expand Down

0 comments on commit 8b5807d

Please sign in to comment.