summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-29 07:01:55 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-29 10:20:27 +0100
commit6ce51b1736c34a87284d5c8a0850836b46932e0f (patch)
tree527a78306b2a55439e4a159b4f09d15d7db1de3f
parentapp-editors/emacs: Evade tinderbox bug (diff)
downloadgentoo-6ce51b1736c34a87284d5c8a0850836b46932e0f.tar.gz
gentoo-6ce51b1736c34a87284d5c8a0850836b46932e0f.tar.bz2
gentoo-6ce51b1736c34a87284d5c8a0850836b46932e0f.zip
dev-python/nose2: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/nose2/nose2-0.14.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nose2/nose2-0.14.1.ebuild b/dev-python/nose2/nose2-0.14.1.ebuild
index db1432fea4e8..100e56bf620b 100644
--- a/dev-python/nose2/nose2-0.14.1.ebuild
+++ b/dev-python/nose2/nose2-0.14.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1