diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-17 13:06:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-17 14:35:17 +0200 |
commit | 011f55b9f18407fe391f9fb6ffd53f5b2d274160 (patch) | |
tree | bf60a9f85ccd26b1e2ae701fbdad22b44c9560df | |
parent | dev-python/jupyterlab-server: Enable py3.13 (diff) | |
download | gentoo-011f55b9f18407fe391f9fb6ffd53f5b2d274160.tar.gz gentoo-011f55b9f18407fe391f9fb6ffd53f5b2d274160.tar.bz2 gentoo-011f55b9f18407fe391f9fb6ffd53f5b2d274160.zip |
dev-python/sabctools: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/sabctools/sabctools-8.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sabctools/sabctools-8.2.4.ebuild b/dev-python/sabctools/sabctools-8.2.4.ebuild index 0632a9976480..5660f5098ba9 100644 --- a/dev-python/sabctools/sabctools-8.2.4.ebuild +++ b/dev-python/sabctools/sabctools-8.2.4.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |