diff --git a/setup.cfg b/setup.cfg index 8c83151..f9b42c4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,9 +9,11 @@ classifiers = Operating System :: POSIX :: Linux Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.7 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 License :: OSI Approved :: MIT License keywords = libreoffice,conversion,documents,uno,unoconv author = Lennart Regebro @@ -28,7 +30,7 @@ zip_safe = False install_requires = setuptools test_suite = tests -python_requires = >= 3.7 +python_requires = >= 3.8 [options.entry_points] console_scripts =