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