summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gmail.com>2021-08-05 23:08:52 +0300
committerMichał Górny <mgorny@gentoo.org>2021-08-07 14:16:10 +0200
commit095eea82cdd76c6fbc96ef8ae7d265cabddd6725 (patch)
tree0202de887f35a852d6a494e26e27183b756d8e5d /dev-python/pysmi
parentdev-python/pysnmp: enable py3.10, use optfeature (diff)
downloadgentoo-095eea82cdd76c6fbc96ef8ae7d265cabddd6725.tar.gz
gentoo-095eea82cdd76c6fbc96ef8ae7d265cabddd6725.tar.bz2
gentoo-095eea82cdd76c6fbc96ef8ae7d265cabddd6725.zip
dev-python/pysmi: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pysmi')
-rw-r--r--dev-python/pysmi/pysmi-0.3.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pysmi/pysmi-0.3.4.ebuild b/dev-python/pysmi/pysmi-0.3.4.ebuild
index 65ae6d0c5a5b..0dcf1b4b83a7 100644
--- a/dev-python/pysmi/pysmi-0.3.4.ebuild
+++ b/dev-python/pysmi/pysmi-0.3.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python Lex & Yacc"