Skip to content

Commit fc35179

Browse files
committed
Update classifiers
1 parent e6dd351 commit fc35179

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
------------------
33

44
* Fixes for Django 4.x (Adrien Lemaire)
5-
* Fixes for Wagtail 4.x (Matt Westcott, Dan Braghis, Sage Abdullah)
5+
* Fixes for Wagtail 3.x and 4.x (Matt Westcott, Dan Braghis, Sage Abdullah)
66

77

88
0.3 (2021-03-01)

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@
3030
'Programming Language :: Python :: 3.7',
3131
'Programming Language :: Python :: 3.8',
3232
'Programming Language :: Python :: 3.9',
33+
'Programming Language :: Python :: 3.10',
3334
'Framework :: Django',
3435
'Framework :: Wagtail',
3536
'Framework :: Wagtail :: 2',
37+
'Framework :: Wagtail :: 3',
38+
'Framework :: Wagtail :: 4',
3639
],
3740
)

0 commit comments

Comments
 (0)