diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-07 04:41:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-07 04:41:00 +0200 |
commit | b8caad90c11eb952fe87b5c962bfc1ef5ec979de (patch) | |
tree | f6a2456726271f4e12bf61d5b5917f75a8273e7f /dev-python/pulsectl | |
parent | dev-python/cheetah3: Add missing patch (diff) | |
download | gentoo-b8caad90c11eb952fe87b5c962bfc1ef5ec979de.tar.gz gentoo-b8caad90c11eb952fe87b5c962bfc1ef5ec979de.tar.bz2 gentoo-b8caad90c11eb952fe87b5c962bfc1ef5ec979de.zip |
dev-python/pulsectl: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pulsectl')
-rw-r--r-- | dev-python/pulsectl/pulsectl-24.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pulsectl/pulsectl-24.4.0.ebuild b/dev-python/pulsectl/pulsectl-24.4.0.ebuild index 4d406fdcb911..a26679e2fc15 100644 --- a/dev-python/pulsectl/pulsectl-24.4.0.ebuild +++ b/dev-python/pulsectl/pulsectl-24.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |