diff options
author | Rick Farina <zerochaos@gentoo.org> | 2023-08-19 18:28:32 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2023-08-19 18:40:33 -0400 |
commit | 67b27784814f3327cc2fa58eb48d0ab823451ae3 (patch) | |
tree | b35c1fa54b06928248255d3f57aea05a90820770 /dev-python/simplekml | |
parent | dev-python/fleep: enable py3.12 (diff) | |
download | gentoo-67b27784814f3327cc2fa58eb48d0ab823451ae3.tar.gz gentoo-67b27784814f3327cc2fa58eb48d0ab823451ae3.tar.bz2 gentoo-67b27784814f3327cc2fa58eb48d0ab823451ae3.zip |
dev-python/simplekml: enable py3.11, py3.12
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'dev-python/simplekml')
-rw-r--r-- | dev-python/simplekml/simplekml-1.3.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/simplekml/simplekml-1.3.6.ebuild b/dev-python/simplekml/simplekml-1.3.6.ebuild index 0896bdfaa2a9..a022f1c8ea54 100644 --- a/dev-python/simplekml/simplekml-1.3.6.ebuild +++ b/dev-python/simplekml/simplekml-1.3.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1 pypi DESCRIPTION="Enables you to generate KML with as little effort as possible" |