summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-10-28 19:29:43 +0200
committerDavid Seifert <soap@gentoo.org>2023-10-28 19:29:43 +0200
commit76bc75a29a9830113d1417bca87e108d54384779 (patch)
treee6f31dc94a927db68e855a92aa7c83fa3ea4c86b /dev-util/cram
parentmail-client/neomutt: add 20231023 (diff)
downloadgentoo-76bc75a29a9830113d1417bca87e108d54384779.tar.gz
gentoo-76bc75a29a9830113d1417bca87e108d54384779.tar.bz2
gentoo-76bc75a29a9830113d1417bca87e108d54384779.zip
dev-util/cram: enable py3.12
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/cram')
-rw-r--r--dev-util/cram/cram-0.7-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cram/cram-0.7-r2.ebuild b/dev-util/cram/cram-0.7-r2.ebuild
index bb74a99d6315..1afc63473bd4 100644
--- a/dev-util/cram/cram-0.7-r2.ebuild
+++ b/dev-util/cram/cram-0.7-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi