diff options
| author | Ionen Wolkens <ionen@gentoo.org> | 2024-06-28 07:31:20 -0400 |
|---|---|---|
| committer | Ionen Wolkens <ionen@gentoo.org> | 2024-06-28 10:44:05 -0400 |
| commit | 7ee5fa5f8f085f16cc110ec4a324d743c89970b8 (patch) | |
| tree | b663b33191d012051788238f3c40ab6f88f5d856 /dev-python/PyQt6/PyQt6-6.7.0.ebuild | |
| parent | f773c77cfc21aa43c4bffec2ef80f7b5ace68303 (diff) | |
| download | gentoo-7ee5fa5f8f085f16cc110ec4a324d743c89970b8.tar.gz gentoo-7ee5fa5f8f085f16cc110ec4a324d743c89970b8.tar.bz2 gentoo-7ee5fa5f8f085f16cc110ec4a324d743c89970b8.zip | |
dev-python/PyQt6: enable py3.13
No test suite, so tried some revdeps like usual and *seems* fine
(not that all components were tested at runtime, so who knows).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/PyQt6/PyQt6-6.7.0.ebuild')
| -rw-r--r-- | dev-python/PyQt6/PyQt6-6.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyQt6/PyQt6-6.7.0.ebuild b/dev-python/PyQt6/PyQt6-6.7.0.ebuild index 955fbff73395..8d84e1f894ea 100644 --- a/dev-python/PyQt6/PyQt6-6.7.0.ebuild +++ b/dev-python/PyQt6/PyQt6-6.7.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=sip PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 flag-o-matic multiprocessing pypi qmake-utils # 'can' work with older Qt depending on features, but keeping it simple |
