We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7d147 commit 66a1214Copy full SHA for 66a1214
1 file changed
setup.py
@@ -37,6 +37,7 @@
37
"Framework :: Django",
38
"Framework :: Django :: 4.1",
39
"Framework :: Django :: 4.2",
40
+ "Framework :: Django :: 5.0",
41
"Framework :: Wagtail",
42
"Framework :: Wagtail :: 5",
43
"Topic :: Internet :: WWW/HTTP",
@@ -48,7 +49,7 @@
48
49
"beautifulsoup4>=4.8,<4.12", # should be the same as wagtail
50
"django-eventtools==1.0.*",
51
"django-bootstrap5==23.3",
- "Django>=4.1,<4.3", # should be the same as wagtail
52
+ "Django>=4.1,<5.1", # should be the same as wagtail
53
"geocoder==1.38.*",
54
"icalendar==5.0.*",
55
"wagtail>=5.0,<6.0",
0 commit comments