diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-08 20:23:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-08 21:22:24 +0200 |
commit | ffa453b2eaa0a5ab537d81e80ca00e20536e8b55 (patch) | |
tree | bcb10f71ad1dc5902812a7411872ad28b0cb9cea /dev-python | |
parent | dev-util/kernelshark: fix Qt6OpenGLWidgets issue (diff) | |
download | gentoo-ffa453b2eaa0a5ab537d81e80ca00e20536e8b55.tar.gz gentoo-ffa453b2eaa0a5ab537d81e80ca00e20536e8b55.tar.bz2 gentoo-ffa453b2eaa0a5ab537d81e80ca00e20536e8b55.zip |
dev-python/transitions: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/transitions/transitions-0.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/transitions/transitions-0.9.1.ebuild b/dev-python/transitions/transitions-0.9.1.ebuild index 3951e621e04c..a353fdacea25 100644 --- a/dev-python/transitions/transitions-0.9.1.ebuild +++ b/dev-python/transitions/transitions-0.9.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517="setuptools" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |