Skip to content

Commit 049c21a

Browse files
committed
2.3.0
1 parent ad4d48e commit 049c21a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

setup.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="django-npm-mjs",
14-
version="2.2.4",
14+
version="2.3.0",
1515
packages=find_packages(),
1616
include_package_data=True,
1717
license="LGPL License",
@@ -21,20 +21,17 @@
2121
url="https://github.com/fiduswriter/django-npm-mjs",
2222
author="Johannes Wilm",
2323
author_email="[email protected]",
24-
install_requires=["Django >= 2.2", "JSON_minify == 0.3.0"],
24+
install_requires=["Django >= 3.2", "JSON_minify == 0.3.0"],
2525
classifiers=[
2626
"Environment :: Web Environment",
2727
"Framework :: Django",
28-
"Framework :: Django :: 2.2",
29-
"Framework :: Django :: 3.0",
30-
"Framework :: Django :: 3.1",
3128
"Framework :: Django :: 3.2",
3229
"Framework :: Django :: 4.0",
30+
"Framework :: Django :: 4.1",
3331
"Intended Audience :: Developers",
3432
"License :: OSI Approved :: " + "GNU Lesser General Public License v3 (LGPLv3)",
3533
"Operating System :: OS Independent",
3634
"Programming Language :: Python",
37-
"Programming Language :: Python :: 3.5",
3835
"Programming Language :: Python :: 3.6",
3936
"Programming Language :: Python :: 3.7",
4037
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)