diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-07-22 18:29:36 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-07-22 18:30:05 +0200 |
commit | 29b6fa21b252099d317993abcdd3d078cf7326f8 (patch) | |
tree | be10192131704715a7817df1691f3f32f1e3e7d4 /dev-python/confusable_homoglyphs | |
parent | net-libs/libproxy: Drop old versions (diff) | |
download | gentoo-29b6fa21b252099d317993abcdd3d078cf7326f8.tar.gz gentoo-29b6fa21b252099d317993abcdd3d078cf7326f8.tar.bz2 gentoo-29b6fa21b252099d317993abcdd3d078cf7326f8.zip |
dev-python/confusable_homoglyphs: disable py3.12
Closes: https://bugs.gentoo.org/910690
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-python/confusable_homoglyphs')
-rw-r--r-- | dev-python/confusable_homoglyphs/confusable_homoglyphs-3.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/confusable_homoglyphs/confusable_homoglyphs-3.2.0.ebuild b/dev-python/confusable_homoglyphs/confusable_homoglyphs-3.2.0.ebuild index 0183ef44a3df..1d87c393832b 100644 --- a/dev-python/confusable_homoglyphs/confusable_homoglyphs-3.2.0.ebuild +++ b/dev-python/confusable_homoglyphs/confusable_homoglyphs-3.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 CommitId=14f43ddd74099520ddcda29fac557c27a28190e6 |