Skip to content

Commit

Permalink
Update trove classifiers to match actual version support
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Jan 14, 2025
1 parent 82a6533 commit 3356d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ classifiers=
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Internet :: WWW/HTTP :: Dynamic Content
keywords = Plone, CMF, Python, Zope, CMS
author = Plone Foundation
Expand All @@ -40,7 +40,7 @@ project_urls=
include_package_data = True
zip_safe = False
packages =
python_requires = >= 3.8
python_requires = >= 3.9
install_requires =
setuptools>=36.2
plone.app.caching
Expand Down

0 comments on commit 3356d1e

Please sign in to comment.