summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-14 20:41:38 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-14 20:41:38 +0200
commit85be3a1f62c5d3a4e8f416f204d41af412b38648 (patch)
tree14b48356a0fbe3b9250ffce7b7af9264a2694be9 /dev-python/hcloud
parentdev-python/helpdev: Enable py3.13 (diff)
downloadgentoo-85be3a1f62c5d3a4e8f416f204d41af412b38648.tar.gz
gentoo-85be3a1f62c5d3a4e8f416f204d41af412b38648.tar.bz2
gentoo-85be3a1f62c5d3a4e8f416f204d41af412b38648.zip
dev-python/hcloud: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hcloud')
-rw-r--r--dev-python/hcloud/hcloud-1.35.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hcloud/hcloud-1.35.0.ebuild b/dev-python/hcloud/hcloud-1.35.0.ebuild
index 179cbe6f39fc..dbe97c818fe5 100644
--- a/dev-python/hcloud/hcloud-1.35.0.ebuild
+++ b/dev-python/hcloud/hcloud-1.35.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1