commit: e809e54f5c8253e75e954b77d7501c1ff0b5c520 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Oct 21 03:47:05 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Oct 21 03:47:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e809e54f
dev-python/autobahn: Enable py3.13 Closes: https://bugs.gentoo.org/941900 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/autobahn/autobahn-24.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
