summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-09-18 04:37:30 +0200
committerMichał Górny <mgorny@gentoo.org>2023-09-18 04:37:30 +0200
commit096cf153440e6430afda79c3b9e6359f9c96b630 (patch)
tree2f9449adbf7686993abe8b683c9c46265507255e /dev-python/pytest-codeblocks
parentdev-python/subunit: Bump to 1.4.3 (diff)
downloadgentoo-096cf153440e6430afda79c3b9e6359f9c96b630.tar.gz
gentoo-096cf153440e6430afda79c3b9e6359f9c96b630.tar.bz2
gentoo-096cf153440e6430afda79c3b9e6359f9c96b630.zip
dev-python/pytest-codeblocks: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-codeblocks')
-rw-r--r--dev-python/pytest-codeblocks/pytest-codeblocks-0.17.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-codeblocks/pytest-codeblocks-0.17.0.ebuild b/dev-python/pytest-codeblocks/pytest-codeblocks-0.17.0.ebuild
index 96506654b3f7..b11ae43d789e 100644
--- a/dev-python/pytest-codeblocks/pytest-codeblocks-0.17.0.ebuild
+++ b/dev-python/pytest-codeblocks/pytest-codeblocks-0.17.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