commit: 44a1388aab01b9ca748a8a0ed0387ce924871cde
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 21:31:40 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 21:31:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44a1388a
dev-python/types-pytz: enable py3.11
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/types-pytz/types-pytz-2021.3.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/types-pytz/types-pytz-2021.3.8.ebuild
b/dev-python/types-pytz/types-pytz-2021.3.8.ebuild
index 47dfcb961..611ea0a5c 100644
--- a/dev-python/types-pytz/types-pytz-2021.3.8.ebuild
+++ b/dev-python/types-pytz/types-pytz-2021.3.8.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1