Skip to content

Commit 655a7c1

Browse files
committed
Tentatively declare support for Django 3.2, based on tests running with django master
1 parent ddb1065 commit 655a7c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ poetry add --dev django-pattern-library
1515

1616
We support:
1717

18-
- Django 2.2.x, 3.0.x, 3.1.x
18+
- Django 2.2.x, 3.0.x, 3.1.x, 3.2.x (experimental)
1919
- Python 3.6, 3.7, 3.8
2020
- Django Templates only, no Jinja support
2121

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Framework :: Django :: 2.2",
2424
"Framework :: Django :: 3.0",
2525
"Framework :: Django :: 3.1",
26+
"Framework :: Django :: 3.2",
2627
]
2728
packages = [
2829
{ include = "pattern_library" },
@@ -36,7 +37,7 @@ exclude = [
3637

3738
[tool.poetry.dependencies]
3839
python = "^3.6"
39-
Django = ">=2.2,<3.2"
40+
Django = ">=2.2,<4.0"
4041
PyYAML = "^5.1"
4142
Markdown = "^3.1"
4243

0 commit comments

Comments
 (0)