diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-27 16:22:42 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-27 16:39:25 +0200 |
commit | ec114a0f56d11ba8b974631bd57fd91c85a388f4 (patch) | |
tree | 33412ece50ad4825b346e73ab1c738e8b8200c70 /dev-python/hidapi | |
parent | dev-python/configshell-fb: enable py3.13 (diff) | |
download | gentoo-ec114a0f56d11ba8b974631bd57fd91c85a388f4.tar.gz gentoo-ec114a0f56d11ba8b974631bd57fd91c85a388f4.tar.bz2 gentoo-ec114a0f56d11ba8b974631bd57fd91c85a388f4.zip |
dev-python/hidapi: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/hidapi')
-rw-r--r-- | dev-python/hidapi/hidapi-0.14.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hidapi/hidapi-0.14.0.ebuild b/dev-python/hidapi/hidapi-0.14.0.ebuild index 890f3675ed06..c3ee2cf692d0 100644 --- a/dev-python/hidapi/hidapi-0.14.0.ebuild +++ b/dev-python/hidapi/hidapi-0.14.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi |