commit: 834086bead0aa89af8f910a801f5ef0747f8dd78
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 21:36:08 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 21:36:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=834086be
dev-python/ots-python: enable py3.10, py3.11
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/ots-python/ots-python-8.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/ots-python/ots-python-8.2.1.ebuild
b/dev-python/ots-python/ots-python-8.2.1.ebuild
index daac0b3bb..10f03b4ae 100644
--- a/dev-python/ots-python/ots-python-8.2.1.ebuild
+++ b/dev-python/ots-python/ots-python-8.2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1