diff options
author | Davide Pesavento <pesa@gentoo.org> | 2021-05-30 06:04:23 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2021-05-30 06:04:23 +0200 |
commit | 568a48570a8f5cb20ccf37026b737bb4fb44ab23 (patch) | |
tree | a4c4ace09a24a10fbcad0b81c6cba03e065559f9 /dev-python/sip | |
parent | dev-python/grpcio-testing: add 1.38.0 (diff) | |
download | gentoo-568a48570a8f5cb20ccf37026b737bb4fb44ab23.tar.gz gentoo-568a48570a8f5cb20ccf37026b737bb4fb44ab23.tar.bz2 gentoo-568a48570a8f5cb20ccf37026b737bb4fb44ab23.zip |
dev-python/sip: add python3_10 support
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Davide Pesavento <pesa@gentoo.org>
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/sip-4.19.25.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sip/sip-4.19.25.ebuild b/dev-python/sip/sip-4.19.25.ebuild index 6b0f0302392d..c75d9a8ffcf2 100644 --- a/dev-python/sip/sip-4.19.25.ebuild +++ b/dev-python/sip/sip-4.19.25.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit python-r1 toolchain-funcs DESCRIPTION="Python bindings generator for C/C++ libraries" |