diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 20:49:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 21:00:02 +0200 |
commit | df92f688008d7b5a74c39a4b6920c206beb69e99 (patch) | |
tree | 74097a4b8ca9cb85c44c6f83dd805aaa45f24f14 /dev-python | |
parent | dev-python/jinja2-time: Enable py3.10 (diff) | |
download | gentoo-df92f688008d7b5a74c39a4b6920c206beb69e99.tar.gz gentoo-df92f688008d7b5a74c39a4b6920c206beb69e99.tar.bz2 gentoo-df92f688008d7b5a74c39a4b6920c206beb69e99.zip |
dev-python/locket: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/locket/locket-0.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/locket/locket-0.2.1.ebuild b/dev-python/locket/locket-0.2.1.ebuild index 3cb38276b156..d1b288c3eaf6 100644 --- a/dev-python/locket/locket-0.2.1.ebuild +++ b/dev-python/locket/locket-0.2.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |