summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-16 03:44:52 +0000
committerSam James <sam@gentoo.org>2023-02-16 03:55:34 +0000
commit88f0e1be6e7d589bfc97a246ba257a20c9d0f1fb (patch)
tree29e5c4c0c281aab65fd2c48a1ed61460c133fac4
parentdev-python/pyre2: enable py3.11 (diff)
downloadgentoo-88f0e1be6e7d589bfc97a246ba257a20c9d0f1fb.tar.gz
gentoo-88f0e1be6e7d589bfc97a246ba257a20c9d0f1fb.tar.bz2
gentoo-88f0e1be6e7d589bfc97a246ba257a20c9d0f1fb.zip
dev-python/pysmi: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
-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 63653a47521a..3007398510fa 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_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Python Lex & Yacc"