diff options
-rw-r--r-- | dev-python/cheetah3/cheetah3-3.3.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/cheetah3/cheetah3-3.3.3.ebuild b/dev-python/cheetah3/cheetah3-3.3.3.ebuild index 1baa0f79ea8d..80a8c1981903 100644 --- a/dev-python/cheetah3/cheetah3-3.3.3.ebuild +++ b/dev-python/cheetah3/cheetah3-3.3.3.ebuild @@ -5,6 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools +# py3.13: https://github.com/CheetahTemplate3/cheetah3/issues/60 PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |