summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-08 18:36:25 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-08 20:31:10 +0200
commite7c46f1b2c962ba887ecd46a1e295912182f9b05 (patch)
tree66ec4d4bf0d9b4b4a033e0eccbb89ba74628bf50 /dev-python/wheel
parentdev-python/platformdirs: Enable py3.13 (diff)
downloadgentoo-e7c46f1b2c962ba887ecd46a1e295912182f9b05.tar.gz
gentoo-e7c46f1b2c962ba887ecd46a1e295912182f9b05.tar.bz2
gentoo-e7c46f1b2c962ba887ecd46a1e295912182f9b05.zip
dev-python/wheel: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/wheel')
-rw-r--r--dev-python/wheel/wheel-0.43.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wheel/wheel-0.43.0.ebuild b/dev-python/wheel/wheel-0.43.0.ebuild
index a493ef96d0a1..a8b3a7d1ade4 100644
--- a/dev-python/wheel/wheel-0.43.0.ebuild
+++ b/dev-python/wheel/wheel-0.43.0.ebuild
@@ -5,7 +5,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi