diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-09 18:56:07 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-09 18:56:07 +0300 |
commit | 42c8c3f1b3cf26ad266a6e2972bd47924fb972fc (patch) | |
tree | 8b1057e945b67643fd0764cd0ccbe77fb360c70a /dev-python/doit-py | |
parent | dev-python/mkdocs-bootswatch: enable py3.10 (diff) | |
download | gentoo-42c8c3f1b3cf26ad266a6e2972bd47924fb972fc.tar.gz gentoo-42c8c3f1b3cf26ad266a6e2972bd47924fb972fc.tar.bz2 gentoo-42c8c3f1b3cf26ad266a6e2972bd47924fb972fc.zip |
dev-python/doit-py: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/doit-py')
-rw-r--r-- | dev-python/doit-py/doit-py-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/doit-py/doit-py-0.5.0.ebuild b/dev-python/doit-py/doit-py-0.5.0.ebuild index 2ae281630603..1d2bd8fb5fc3 100644 --- a/dev-python/doit-py/doit-py-0.5.0.ebuild +++ b/dev-python/doit-py/doit-py-0.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |