diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-07-22 14:24:21 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-07-22 14:24:21 +0200 |
commit | 7cc541baaa85c31b034f1949d15c1a8d1f2cb0b1 (patch) | |
tree | 7893a2a7d5981a63d22f87cbedd62be9e7ad29ef /dev-python/confusable_homoglyphs | |
parent | dev-python/confusable_homoglyphs: new package, add 3.2.0 (diff) | |
download | gentoo-7cc541baaa85c31b034f1949d15c1a8d1f2cb0b1.tar.gz gentoo-7cc541baaa85c31b034f1949d15c1a8d1f2cb0b1.tar.bz2 gentoo-7cc541baaa85c31b034f1949d15c1a8d1f2cb0b1.zip |
dev-python/confusable_homoglyphs: enable py3.10, py3.12, py3.9
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 afa5c5dd4b82..0183ef44a3df 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_11 ) +PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1 CommitId=14f43ddd74099520ddcda29fac557c27a28190e6 |