File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = xkbcommon
3
- version = 0.8
3
+ version = 1.0
4
4
description = Bindings for libxkbcommon using cffi
5
5
long_description = file: README.rst
6
6
long_description_content_type = text/x-rst
@@ -13,17 +13,16 @@ license_files =
13
13
classifiers =
14
14
Development Status :: 4 - Beta
15
15
License :: OSI Approved :: MIT License
16
- Programming Language :: Python :: 3.6
17
- Programming Language :: Python :: 3.7
18
16
Programming Language :: Python :: 3.8
19
17
Programming Language :: Python :: 3.9
20
18
Programming Language :: Python :: 3.10
21
19
Programming Language :: Python :: 3.11
20
+ Programming Language :: Python :: 3.12
22
21
Topic :: Software Development :: Libraries
23
22
Intended Audience :: Developers
24
23
25
24
[options]
26
- python_requires = >= 3.6
25
+ python_requires = >= 3.8
27
26
packages =
28
27
xkbcommon
29
28
setup_requires =
You can’t perform that action at this time.
0 commit comments