diff --git a/setup.cfg b/setup.cfg index 85b4de6..0071a8c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = xkbcommon -version = 0.8 +version = 1.0 description = Bindings for libxkbcommon using cffi long_description = file: README.rst long_description_content_type = text/x-rst @@ -13,17 +13,16 @@ license_files = classifiers = Development Status :: 4 - Beta License :: OSI Approved :: MIT License - Programming Language :: Python :: 3.6 - 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 Topic :: Software Development :: Libraries Intended Audience :: Developers [options] -python_requires = >= 3.6 +python_requires = >= 3.8 packages = xkbcommon setup_requires =