diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-05-12 20:25:54 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-05-13 01:48:20 -0400 |
commit | dfeb001fd09453297ca5e61d58f7bc6ddc01a6cf (patch) | |
tree | aa484a6d0f43e9592ebe56ae70efd06da1a8dd44 /dev-python/PyQt-builder | |
parent | dev-python/PyQt6-sip: enable py3.13 (diff) | |
download | gentoo-dfeb001fd09453297ca5e61d58f7bc6ddc01a6cf.tar.gz gentoo-dfeb001fd09453297ca5e61d58f7bc6ddc01a6cf.tar.bz2 gentoo-dfeb001fd09453297ca5e61d58f7bc6ddc01a6cf.zip |
dev-python/PyQt-builder: enable py3.13
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/PyQt-builder')
-rw-r--r-- | dev-python/PyQt-builder/PyQt-builder-1.16.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyQt-builder/PyQt-builder-1.16.2.ebuild b/dev-python/PyQt-builder/PyQt-builder-1.16.2.ebuild index db970356ea9e..42fda041fa5d 100644 --- a/dev-python/PyQt-builder/PyQt-builder-1.16.2.ebuild +++ b/dev-python/PyQt-builder/PyQt-builder-1.16.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi DESCRIPTION="The PEP 517 compliant PyQt build system" |