Skip to content

Commit

Permalink
remove upper version bound
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoettle committed Nov 22, 2023
1 parent fb39a5b commit 4fe4efb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
include_package_data=True,
install_requires=[
"beautifulsoup4",
"django>=2.2,<5.0"
"django>=3.2"
],
python_requires=">=3.8",
license='GPL3',
Expand All @@ -27,11 +27,11 @@
classifiers=[
'Environment :: Plugins',
'Framework :: Django',
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.0",
"Framework :: Django :: 3.1",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent',
Expand All @@ -41,6 +41,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)

0 comments on commit 4fe4efb

Please sign in to comment.