summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-15 19:51:36 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-15 19:53:57 +0200
commitdecb53ab70f8a86e5a8d9b5896217346e61bfc30 (patch)
tree56d0cbd6e2d174d53adb90b44c78f2c1ee9af7ae
parentdev-python/dirty-equals: Enable py3.13 (diff)
downloadgentoo-decb53ab70f8a86e5a8d9b5896217346e61bfc30.tar.gz
gentoo-decb53ab70f8a86e5a8d9b5896217346e61bfc30.tar.bz2
gentoo-decb53ab70f8a86e5a8d9b5896217346e61bfc30.zip
dev-python/watchfiles: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/watchfiles/watchfiles-0.21.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/watchfiles/watchfiles-0.21.0-r1.ebuild b/dev-python/watchfiles/watchfiles-0.21.0-r1.ebuild
index be9a6d699ce6..1664fa0c1156 100644
--- a/dev-python/watchfiles/watchfiles-0.21.0-r1.ebuild
+++ b/dev-python/watchfiles/watchfiles-0.21.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
CRATES="
autocfg@1.1.0