Skip to content

Commit 09ef266

Browse files
committed
Release 1.0
1 parent 9cefa14 commit 09ef266

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.cfg

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = xkbcommon
3-
version = 0.8
3+
version = 1.0
44
description = Bindings for libxkbcommon using cffi
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst
@@ -13,17 +13,16 @@ license_files =
1313
classifiers =
1414
Development Status :: 4 - Beta
1515
License :: OSI Approved :: MIT License
16-
Programming Language :: Python :: 3.6
17-
Programming Language :: Python :: 3.7
1816
Programming Language :: Python :: 3.8
1917
Programming Language :: Python :: 3.9
2018
Programming Language :: Python :: 3.10
2119
Programming Language :: Python :: 3.11
20+
Programming Language :: Python :: 3.12
2221
Topic :: Software Development :: Libraries
2322
Intended Audience :: Developers
2423

2524
[options]
26-
python_requires = >= 3.6
25+
python_requires = >= 3.8
2726
packages =
2827
xkbcommon
2928
setup_requires =

0 commit comments

Comments
 (0)