summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-11 10:44:31 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-11 11:07:17 +0200
commit023975bd9d918da28e9215fe25684b747c848668 (patch)
treed8522eca664ad7897c3088bdc17678e2d81572d0 /dev-python/watchdog
parentdev-python/pyyaml: Enable py3.13 (diff)
downloadgentoo-023975bd9d918da28e9215fe25684b747c848668.tar.gz
gentoo-023975bd9d918da28e9215fe25684b747c848668.tar.bz2
gentoo-023975bd9d918da28e9215fe25684b747c848668.zip
dev-python/watchdog: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/watchdog')
-rw-r--r--dev-python/watchdog/watchdog-4.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/watchdog/watchdog-4.0.0.ebuild b/dev-python/watchdog/watchdog-4.0.0.ebuild
index 8a741c3be6ce..94ec88e85bc9 100644
--- a/dev-python/watchdog/watchdog-4.0.0.ebuild
+++ b/dev-python/watchdog/watchdog-4.0.0.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 optfeature pypi