diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 18:01:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 18:10:42 +0200 |
commit | 8215bf5fc5710dc84596b4acc13a46b6fac25a34 (patch) | |
tree | b2b6d2de5006ae9a4530b712826df76b8f2ecc5c /dev-python/croniter | |
parent | gnome-extra/gnome-firmware: Stabilize 45.0 amd64, #932151 (diff) | |
download | gentoo-8215bf5fc5710dc84596b4acc13a46b6fac25a34.tar.gz gentoo-8215bf5fc5710dc84596b4acc13a46b6fac25a34.tar.bz2 gentoo-8215bf5fc5710dc84596b4acc13a46b6fac25a34.zip |
dev-python/croniter: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/croniter')
-rw-r--r-- | dev-python/croniter/croniter-2.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/croniter/croniter-2.0.5.ebuild b/dev-python/croniter/croniter-2.0.5.ebuild index 42ebaaf9cb4b..6b9cd9264d4d 100644 --- a/dev-python/croniter/croniter-2.0.5.ebuild +++ b/dev-python/croniter/croniter-2.0.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |