Skip to content
This repository was archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
feat: add support for Django 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Sep 22, 2020
1 parent 257b79f commit 0f1aefd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
django: ">=2.2,<3.0"
- python: 3.6
django: ">=3.0,<3.1"
- python: 3.6
django: ">=3.1,<3.2"

- python: 3.7
django: ">=1.11,<2.0"
Expand All @@ -42,11 +44,15 @@ jobs:
django: ">=2.2,<3.0"
- python: 3.7
django: ">=3.0,<3.1"
- python: 3.7
django: ">=3.1,<3.2"

- python: 3.8
django: ">=2.2,<3.0"
- python: 3.8
django: ">=3.0,<3.1"
- python: 3.8
django: ">=3.1,<3.2"

os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This version **does not** include any static files, it's using the TinyMCE from
## Compatibility

- **Python**: 3.5-3.8
- **Django**: 1.11-3.0
- **Django**: 1.11-3.1

## Quick Start

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

- **Python**: 3.5-3.8
- **Django**: 1.11-3.0
- **Django**: 1.11-3.1

## License

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django>=1.11,<4.0
Django>
sphinx>=2
myst-parser[sphinx]
sphinx_rtd_theme
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classifiers =
Framework :: Django :: 2.1
Framework :: Django :: 2.2
Framework :: Django :: 3.0
Framework :: Django :: 3.1
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Text Editors
Expand Down

0 comments on commit 0f1aefd

Please sign in to comment.