diff options
author | 2023-12-02 16:17:01 +0100 | |
---|---|---|
committer | 2023-12-02 20:30:22 +0100 | |
commit | b24146a6668a7e58daa2a040b1ea3274776d5432 (patch) | |
tree | e07c84815f62986c1209b6cdc7f50746ae342d84 /dev-python | |
parent | dev-python/pygresql: Remove old (diff) | |
download | gentoo-b24146a6668a7e58daa2a040b1ea3274776d5432.tar.gz gentoo-b24146a6668a7e58daa2a040b1ea3274776d5432.tar.bz2 gentoo-b24146a6668a7e58daa2a040b1ea3274776d5432.zip |
dev-python/pulsectl: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pulsectl/pulsectl-23.5.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pulsectl/pulsectl-23.5.2-r1.ebuild b/dev-python/pulsectl/pulsectl-23.5.2-r1.ebuild index 4ea5704860a8..3fb33996a34a 100644 --- a/dev-python/pulsectl/pulsectl-23.5.2-r1.ebuild +++ b/dev-python/pulsectl/pulsectl-23.5.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi |