diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 277bf3b..405d95b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] runs-on: 'ubuntu-latest' diff --git a/setup.cfg b/setup.cfg index 3ed4cf5..74ad1df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = xkbregistry -version = 0.3 +version = 1.0 description = Bindings for libxkbregistry using cffi long_description = file: README.rst long_description_content_type = text/x-rst @@ -11,18 +11,18 @@ license = MIT license_files = LICENSE classifiers = - Development Status :: 3 - Alpha + Development Status :: 4 - Beta License :: OSI Approved :: MIT License - 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.7 +python_requires = >= 3.8 packages = xkbregistry setup_requires =