summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 12:44:32 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 13:11:20 +0200
commit0977cc81f535fe870131fe009d9febe4b6f176da (patch)
tree6319f64abf422b0d6e2e0ee708d59f77a3fe6b2d /dev-python/userpath
parentdev-python/uritemplate: Enable py3.13 (diff)
downloadgentoo-0977cc81f535fe870131fe009d9febe4b6f176da.tar.gz
gentoo-0977cc81f535fe870131fe009d9febe4b6f176da.tar.bz2
gentoo-0977cc81f535fe870131fe009d9febe4b6f176da.zip
dev-python/userpath: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/userpath')
-rw-r--r--dev-python/userpath/userpath-1.9.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/userpath/userpath-1.9.2.ebuild b/dev-python/userpath/userpath-1.9.2.ebuild
index 6839e3829c3d..31786e2fdd43 100644
--- a/dev-python/userpath/userpath-1.9.2.ebuild
+++ b/dev-python/userpath/userpath-1.9.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1