diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-11 15:35:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-14 14:38:48 +0200 |
commit | e37f547f3e55efeb40c54faf0bde424f4da206ff (patch) | |
tree | 76cc1a465bdd2e2ada72a8f066139280bf3e63ac | |
parent | dev-python/more-itertools: Enable python3_13t (diff) | |
download | gentoo-e37f547f3e55efeb40c54faf0bde424f4da206ff.tar.gz gentoo-e37f547f3e55efeb40c54faf0bde424f4da206ff.tar.bz2 gentoo-e37f547f3e55efeb40c54faf0bde424f4da206ff.zip |
dev-python/pathspec: Enable python3_13t
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/pathspec/pathspec-0.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pathspec/pathspec-0.12.1.ebuild b/dev-python/pathspec/pathspec-0.12.1.ebuild index b14ddd482bdf..52c35a10189d 100644 --- a/dev-python/pathspec/pathspec-0.12.1.ebuild +++ b/dev-python/pathspec/pathspec-0.12.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 ) inherit distutils-r1 pypi |