diff options
author | Sam James <sam@gentoo.org> | 2023-02-16 03:44:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-16 03:55:34 +0000 |
commit | 88f0e1be6e7d589bfc97a246ba257a20c9d0f1fb (patch) | |
tree | 29e5c4c0c281aab65fd2c48a1ed61460c133fac4 /dev-python/pysmi | |
parent | dev-python/pyre2: enable py3.11 (diff) | |
download | gentoo-88f0e1be6e7d589bfc97a246ba257a20c9d0f1fb.tar.gz gentoo-88f0e1be6e7d589bfc97a246ba257a20c9d0f1fb.tar.bz2 gentoo-88f0e1be6e7d589bfc97a246ba257a20c9d0f1fb.zip |
dev-python/pysmi: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pysmi')
-rw-r--r-- | dev-python/pysmi/pysmi-0.3.4.ebuild | 2 |
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" |