summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-23 13:21:37 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-23 16:10:17 +0200
commit741de07de6f55f54ca7e0f8753537511087f71dc (patch)
treeb4f1d4467535fbee05637c5ad88b65a3996d9912 /dev-python/statsd
parentwww-client/firefox-bin: bump to v89.0.2 (diff)
downloadgentoo-741de07de6f55f54ca7e0f8753537511087f71dc.tar.gz
gentoo-741de07de6f55f54ca7e0f8753537511087f71dc.tar.bz2
gentoo-741de07de6f55f54ca7e0f8753537511087f71dc.zip
dev-python/statsd: Enable py3.9 & py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/statsd')
-rw-r--r--dev-python/statsd/statsd-3.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/statsd/statsd-3.3.0.ebuild b/dev-python/statsd/statsd-3.3.0.ebuild
index 765b443d8dfb..034ab97433eb 100644
--- a/dev-python/statsd/statsd-3.3.0.ebuild
+++ b/dev-python/statsd/statsd-3.3.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1