diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-28 08:47:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-28 09:40:29 +0200 |
commit | 39ce2b2211c116fc294fdeccef2a9bb461b59579 (patch) | |
tree | efe570633942c6f999e504dbfe7273a237a4094b /dev-python/openpyxl | |
parent | dev-python/openpyxl: Deselect test failing with numpy-2 (diff) | |
download | gentoo-39ce2b2211c116fc294fdeccef2a9bb461b59579.tar.gz gentoo-39ce2b2211c116fc294fdeccef2a9bb461b59579.tar.bz2 gentoo-39ce2b2211c116fc294fdeccef2a9bb461b59579.zip |
dev-python/openpyxl: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/openpyxl')
-rw-r--r-- | dev-python/openpyxl/openpyxl-3.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/openpyxl/openpyxl-3.1.2.ebuild b/dev-python/openpyxl/openpyxl-3.1.2.ebuild index 16860594aaee..cd4964525a33 100644 --- a/dev-python/openpyxl/openpyxl-3.1.2.ebuild +++ b/dev-python/openpyxl/openpyxl-3.1.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 |