From 09ef26696a3a00c0e137e3943bb4b4c801176eb8 Mon Sep 17 00:00:00 2001 From: Stephen Early Date: Wed, 10 Apr 2024 15:09:52 +0100 Subject: [PATCH] Release 1.0 --- setup.cfg | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 =