Skip to content

Commit

Permalink
classifiers, Py 3.8+.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Jun 26, 2024
1 parent 0652166 commit 9aed0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"Environment :: Web Environment",
"Framework :: Plone",
"Framework :: Plone :: 5.2",
"Framework :: Plone :: 6.0",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Operating System :: OS Independent",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
Expand All @@ -40,7 +40,7 @@
package_dir={"": "src"},
include_package_data=True,
zip_safe=False,
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
"clamd",
"plone.api",
Expand Down

0 comments on commit 9aed0c3

Please sign in to comment.