summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-31 17:42:39 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-31 18:05:41 +0200
commit55e33827073253916bcfb675f641181d0e9dce97 (patch)
tree9ba6fdd7472fd0b652a429f4124afc276308b7de /dev-python/deprecated
parentdev-python/ddt: Enable py3.12 (diff)
downloadgentoo-55e33827073253916bcfb675f641181d0e9dce97.tar.gz
gentoo-55e33827073253916bcfb675f641181d0e9dce97.tar.bz2
gentoo-55e33827073253916bcfb675f641181d0e9dce97.zip
dev-python/deprecated: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/deprecated')
-rw-r--r--dev-python/deprecated/deprecated-1.2.14.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/deprecated/deprecated-1.2.14.ebuild b/dev-python/deprecated/deprecated-1.2.14.ebuild
index f0f289559634..a2e73c91655a 100644
--- a/dev-python/deprecated/deprecated-1.2.14.ebuild
+++ b/dev-python/deprecated/deprecated-1.2.14.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN^}
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi