diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-05-11 11:46:24 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-05-11 11:47:46 +0300 |
commit | 75ce186a2c3ffd0abf3e59e803023cbed0037d75 (patch) | |
tree | 722052f7fbf74653b7e92c355e855baf0e40dc7a /dev-python/texttable | |
parent | dev-python/cjkwrap: add python-3.10 support (diff) | |
download | gentoo-75ce186a2c3ffd0abf3e59e803023cbed0037d75.tar.gz gentoo-75ce186a2c3ffd0abf3e59e803023cbed0037d75.tar.bz2 gentoo-75ce186a2c3ffd0abf3e59e803023cbed0037d75.zip |
dev-python/texttable: add python-3.10 support
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/texttable')
-rw-r--r-- | dev-python/texttable/texttable-1.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/texttable/texttable-1.6.3.ebuild b/dev-python/texttable/texttable-1.6.3.ebuild index 51902acd7fe2..ec0eced974cc 100644 --- a/dev-python/texttable/texttable-1.6.3.ebuild +++ b/dev-python/texttable/texttable-1.6.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 optfeature |