summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-01 07:33:52 +0100
committerSam James <sam@gentoo.org>2022-06-01 07:33:52 +0100
commited4fd0e334c2bab127fc19ce608aedfb1d9cfe2a (patch)
tree8868717b0a8d3ce7afdb34240ff6217afc6b388b
parentdev-python/gssapi: recythonise for Python 3.11 (diff)
downloadgentoo-ed4fd0e334c2bab127fc19ce608aedfb1d9cfe2a.tar.gz
gentoo-ed4fd0e334c2bab127fc19ce608aedfb1d9cfe2a.tar.bz2
gentoo-ed4fd0e334c2bab127fc19ce608aedfb1d9cfe2a.zip
dev-python/pycountry: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/pycountry/pycountry-22.3.5.ebuild2
1 files changed, 1 insertions, 1 deletions
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"