diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-21 05:47:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-21 05:47:05 +0200 |
commit | e809e54f5c8253e75e954b77d7501c1ff0b5c520 (patch) | |
tree | 31c734a425a0b1095355c19d4d7dc6b9410724ea | |
parent | net-misc/taylor-uucp: fix modern C code defects (diff) | |
download | gentoo-e809e54f5c8253e75e954b77d7501c1ff0b5c520.tar.gz gentoo-e809e54f5c8253e75e954b77d7501c1ff0b5c520.tar.bz2 gentoo-e809e54f5c8253e75e954b77d7501c1ff0b5c520.zip |
dev-python/autobahn: Enable py3.13
Closes: https://bugs.gentoo.org/941900
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/autobahn/autobahn-24.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/autobahn/autobahn-24.4.2.ebuild b/dev-python/autobahn/autobahn-24.4.2.ebuild index f5904aea182f..332809ff32cf 100644 --- a/dev-python/autobahn/autobahn-24.4.2.ebuild +++ b/dev-python/autobahn/autobahn-24.4.2.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 optfeature pypi |