summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-08 10:02:59 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-08 10:11:10 +0100
commited2d7bd013fd58b419a2499fb0700c64a111bad8 (patch)
treeae28531f3098fdf5b9cacf2e119bb2cf8fa75420
parentdev-python/stestr: Enable py3.12 (diff)
downloadgentoo-ed2d7bd013fd58b419a2499fb0700c64a111bad8.tar.gz
gentoo-ed2d7bd013fd58b419a2499fb0700c64a111bad8.tar.bz2
gentoo-ed2d7bd013fd58b419a2499fb0700c64a111bad8.zip
dev-python/tempest: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/tempest/tempest-36.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tempest/tempest-36.0.0.ebuild b/dev-python/tempest/tempest-36.0.0.ebuild
index ddfbd6ac4877..995bd0fb9acb 100644
--- a/dev-python/tempest/tempest-36.0.0.ebuild
+++ b/dev-python/tempest/tempest-36.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi