diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-11 15:38:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-14 14:38:54 +0200 |
commit | c4c0acdb4d9bd6c3c4c24b45c7045115ff347093 (patch) | |
tree | abc537c5cbd4d412c59aa3f29057e3381770f4fa /dev-python/setuptools-scm | |
parent | dev-python/setuptools: Enable python3_13t (diff) | |
download | gentoo-c4c0acdb4d9bd6c3c4c24b45c7045115ff347093.tar.gz gentoo-c4c0acdb4d9bd6c3c4c24b45c7045115ff347093.tar.bz2 gentoo-c4c0acdb4d9bd6c3c4c24b45c7045115ff347093.zip |
dev-python/setuptools-scm: Enable python3_13t
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/setuptools-scm')
-rw-r--r-- | dev-python/setuptools-scm/setuptools-scm-8.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools-scm/setuptools-scm-8.1.0.ebuild b/dev-python/setuptools-scm/setuptools-scm-8.1.0.ebuild index 57a099a021e7..5c8a3d929f8e 100644 --- a/dev-python/setuptools-scm/setuptools-scm-8.1.0.ebuild +++ b/dev-python/setuptools-scm/setuptools-scm-8.1.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 ) inherit distutils-r1 pypi |