diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-01 16:50:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-01 16:50:30 +0200 |
commit | a02218ba4dc0b49d68000ff0b931a083bf78a7d0 (patch) | |
tree | 4359061325f6a1ddd51135c178d6832751d45636 /dev-python/texttable | |
parent | dev-python/tld: Enable py3.12 (diff) | |
download | gentoo-a02218ba4dc0b49d68000ff0b931a083bf78a7d0.tar.gz gentoo-a02218ba4dc0b49d68000ff0b931a083bf78a7d0.tar.bz2 gentoo-a02218ba4dc0b49d68000ff0b931a083bf78a7d0.zip |
dev-python/texttable: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/texttable')
-rw-r--r-- | dev-python/texttable/texttable-1.6.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/texttable/texttable-1.6.7.ebuild b/dev-python/texttable/texttable-1.6.7.ebuild index 1d3e16476526..cff5af49ce11 100644 --- a/dev-python/texttable/texttable-1.6.7.ebuild +++ b/dev-python/texttable/texttable-1.6.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 optfeature |