diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 20:23:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 20:25:48 +0200 |
commit | 13015dcf6276d9b28dcc9b9fa11fd5e2a40d41dc (patch) | |
tree | 0dd697f6e883d1dea1d0b17739ce1fc4b4216b10 /dev-python/timeout-decorator | |
parent | dev-python/terminado: Enable py3.10 (diff) | |
download | gentoo-13015dcf6276d9b28dcc9b9fa11fd5e2a40d41dc.tar.gz gentoo-13015dcf6276d9b28dcc9b9fa11fd5e2a40d41dc.tar.bz2 gentoo-13015dcf6276d9b28dcc9b9fa11fd5e2a40d41dc.zip |
dev-python/timeout-decorator: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/timeout-decorator')
-rw-r--r-- | dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild index 7b4bfb970679..6d2eac75231f 100644 --- a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild +++ b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 EGIT_COMMIT=9fbc3ef5b6f8f8cba2eb7ba795813d6ec543e265 |