summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-23 17:11:14 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-23 17:14:35 +0200
commitd093e2ab34da8f5ae95b9413920f7cbf64ba521f (patch)
treef20206967f0d2bc0e4cadade06f49228e79e92f5 /dev-python/sybil
parentsys-kernel/vanilla-sources: add 6.4.5, drop 6.4.4 (diff)
downloadgentoo-d093e2ab34da8f5ae95b9413920f7cbf64ba521f.tar.gz
gentoo-d093e2ab34da8f5ae95b9413920f7cbf64ba521f.tar.bz2
gentoo-d093e2ab34da8f5ae95b9413920f7cbf64ba521f.zip
dev-python/sybil: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sybil')
-rw-r--r--dev-python/sybil/sybil-5.0.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sybil/sybil-5.0.3.ebuild b/dev-python/sybil/sybil-5.0.3.ebuild
index e18ec7aee855..38d5f40dd52e 100644
--- a/dev-python/sybil/sybil-5.0.3.ebuild
+++ b/dev-python/sybil/sybil-5.0.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1