diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-07-05 22:55:25 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-07-05 22:56:03 +0200 |
commit | 82e91b2212060ec7d33ee37c76540d92eb778a5c (patch) | |
tree | d3f830738b1c49d176e41cd2272738f4d82ab4c8 /dev-python/pycountry | |
parent | flag-o-matic.eclass: allow -mstrict-align and -mvector-strict-align (diff) | |
download | gentoo-82e91b2212060ec7d33ee37c76540d92eb778a5c.tar.gz gentoo-82e91b2212060ec7d33ee37c76540d92eb778a5c.tar.bz2 gentoo-82e91b2212060ec7d33ee37c76540d92eb778a5c.zip |
dev-python/pycountry: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/pycountry')
-rw-r--r-- | dev-python/pycountry/pycountry-24.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycountry/pycountry-24.6.1.ebuild b/dev-python/pycountry/pycountry-24.6.1.ebuild index 73fa6a875523..0a7638a91e9a 100644 --- a/dev-python/pycountry/pycountry-24.6.1.ebuild +++ b/dev-python/pycountry/pycountry-24.6.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |