diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-27 17:04:40 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-27 17:11:12 +0200 |
commit | 2b2ad737317127a2f2960b9f308d1fb975532676 (patch) | |
tree | a6016ab16788bb6dbfeb3b1d5e59c87d76f73c70 /dev-python/thrift | |
parent | dev-python/thrift: wire up tests (diff) | |
download | gentoo-2b2ad737317127a2f2960b9f308d1fb975532676.tar.gz gentoo-2b2ad737317127a2f2960b9f308d1fb975532676.tar.bz2 gentoo-2b2ad737317127a2f2960b9f308d1fb975532676.zip |
dev-python/thrift: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/thrift')
-rw-r--r-- | dev-python/thrift/thrift-0.20.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/thrift/thrift-0.20.0.ebuild b/dev-python/thrift/thrift-0.20.0.ebuild index e0005aa2bdb8..7922b42cbef0 100644 --- a/dev-python/thrift/thrift-0.20.0.ebuild +++ b/dev-python/thrift/thrift-0.20.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="Python implementation of Thrift" |