diff options
author | 2024-06-19 19:15:01 +0200 | |
---|---|---|
committer | 2024-06-19 19:21:44 +0200 | |
commit | d795edd310368bec7f475589e05be0d3e69e0896 (patch) | |
tree | 14c858f89947e7c81f93c9202b25062e4dd63bf2 /dev-python/sybil | |
parent | dev-python/testfixtures: Enable py3.13 (diff) | |
download | gentoo-d795edd310368bec7f475589e05be0d3e69e0896.tar.gz gentoo-d795edd310368bec7f475589e05be0d3e69e0896.tar.bz2 gentoo-d795edd310368bec7f475589e05be0d3e69e0896.zip |
dev-python/sybil: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sybil')
-rw-r--r-- | dev-python/sybil/sybil-6.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sybil/sybil-6.1.1.ebuild b/dev-python/sybil/sybil-6.1.1.ebuild index 72135c802961..826e4341cda0 100644 --- a/dev-python/sybil/sybil-6.1.1.ebuild +++ b/dev-python/sybil/sybil-6.1.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 |