diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-23 21:27:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-23 21:28:08 +0200 |
commit | eadfd3853df8f52e8b04389867607987c5f07b5f (patch) | |
tree | 3a8ef839f8240ed4b727a814c9fe1d002e55fe24 /dev-libs/libcbor | |
parent | dev-libs/eekboard: Enable py3.9 & py3.10 (diff) | |
download | gentoo-eadfd3853df8f52e8b04389867607987c5f07b5f.tar.gz gentoo-eadfd3853df8f52e8b04389867607987c5f07b5f.tar.bz2 gentoo-eadfd3853df8f52e8b04389867607987c5f07b5f.zip |
dev-libs/libcbor: Enable py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/libcbor')
-rw-r--r-- | dev-libs/libcbor/libcbor-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libcbor/libcbor-0.8.0.ebuild b/dev-libs/libcbor/libcbor-0.8.0.ebuild index 825d999239cf..b71a5d850fd2 100644 --- a/dev-libs/libcbor/libcbor-0.8.0.ebuild +++ b/dev-libs/libcbor/libcbor-0.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit python-any-r1 cmake-utils DESCRIPTION="CBOR protocol implementation for C and others" |