commit: ed4fd0e334c2bab127fc19ce608aedfb1d9cfe2a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 1 06:33:52 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 1 06:33:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed4fd0e3
dev-python/pycountry: enable py3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pycountry/pycountry-22.3.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pycountry/pycountry-22.3.5.ebuild
b/dev-python/pycountry/pycountry-22.3.5.ebuild
index 3b48902c8f3c..195a9c4a4528 100644
--- a/dev-python/pycountry/pycountry-22.3.5.ebuild
+++ b/dev-python/pycountry/pycountry-22.3.5.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Database of countries, subdivisions, languages, currencies and
script"