|
25 | 25 | "Environment :: Web Environment", |
26 | 26 | "Framework :: Plone", |
27 | 27 | "Framework :: Plone :: Addon", |
28 | | - "Framework :: Plone :: 5.2", |
29 | 28 | "Framework :: Plone :: 6.0", |
| 29 | + "Framework :: Plone :: 6.1", |
| 30 | + "Framework :: Plone :: 6.2", |
30 | 31 | "Programming Language :: Python", |
31 | | - "Programming Language :: Python :: 3.8", |
32 | 32 | "Programming Language :: Python :: 3.9", |
33 | 33 | "Programming Language :: Python :: 3.10", |
34 | 34 | "Programming Language :: Python :: 3.11", |
| 35 | + "Programming Language :: Python :: 3.12", |
| 36 | + "Programming Language :: Python :: 3.13", |
35 | 37 | "Operating System :: OS Independent", |
36 | | - "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", |
37 | 38 | ], |
38 | 39 | keywords="Python Plone CMS", |
39 | 40 | author="ale-rt", |
|
50 | 51 | package_dir={"": "src"}, |
51 | 52 | include_package_data=True, |
52 | 53 | zip_safe=False, |
53 | | - python_requires=">=3.8", |
| 54 | + python_requires=">=3.9", |
54 | 55 | install_requires=["setuptools", "plone.api", "pdbpp", "rich"], |
55 | 56 | extras_require={ |
56 | 57 | "test": [ |
|
0 commit comments