diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-29 07:01:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-29 10:20:27 +0100 |
commit | 6ce51b1736c34a87284d5c8a0850836b46932e0f (patch) | |
tree | 527a78306b2a55439e4a159b4f09d15d7db1de3f /dev-python/nose2 | |
parent | app-editors/emacs: Evade tinderbox bug (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/nose2')
-rw-r--r-- | dev-python/nose2/nose2-0.14.1.ebuild | 2 |
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 |