diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-28 07:07:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-28 07:07:30 +0200 |
commit | dae9037994b0ebd56db98e95f3eb7b82492a6ef8 (patch) | |
tree | dff78548734e7d13bd60288e49d6ea27aa9b097d /dev-python/portend | |
parent | net-news/rssguard: Bump to 4.4.0 (diff) | |
download | gentoo-dae9037994b0ebd56db98e95f3eb7b82492a6ef8.tar.gz gentoo-dae9037994b0ebd56db98e95f3eb7b82492a6ef8.tar.bz2 gentoo-dae9037994b0ebd56db98e95f3eb7b82492a6ef8.zip |
dev-python/portend: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/portend')
-rw-r--r-- | dev-python/portend/portend-3.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/portend/portend-3.2.0.ebuild b/dev-python/portend/portend-3.2.0.ebuild index c0a7eef39857..c25a4f5ef931 100644 --- a/dev-python/portend/portend-3.2.0.ebuild +++ b/dev-python/portend/portend-3.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |