diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 15:24:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 15:34:15 +0200 |
commit | 11f04fe2cbf8eeb47e2825984526c5c1200f63c0 (patch) | |
tree | 024c6d4e24124981c4c4696a2a42b00248e22bcc /dev-python/ctypescrypto | |
parent | dev-python/crcmod: Enable py3.10 (diff) | |
download | gentoo-11f04fe2cbf8eeb47e2825984526c5c1200f63c0.tar.gz gentoo-11f04fe2cbf8eeb47e2825984526c5c1200f63c0.tar.bz2 gentoo-11f04fe2cbf8eeb47e2825984526c5c1200f63c0.zip |
dev-python/ctypescrypto: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ctypescrypto')
-rw-r--r-- | dev-python/ctypescrypto/ctypescrypto-0.5.ebuild | 5 | ||||
-rw-r--r-- | dev-python/ctypescrypto/ctypescrypto-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-python/ctypescrypto/ctypescrypto-0.5.ebuild b/dev-python/ctypescrypto/ctypescrypto-0.5.ebuild index 38eee74eeb56..2c7dccb1cf8e 100644 --- a/dev-python/ctypescrypto/ctypescrypto-0.5.ebuild +++ b/dev-python/ctypescrypto/ctypescrypto-0.5.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=no - -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 diff --git a/dev-python/ctypescrypto/ctypescrypto-9999.ebuild b/dev-python/ctypescrypto/ctypescrypto-9999.ebuild index 38eee74eeb56..2c7dccb1cf8e 100644 --- a/dev-python/ctypescrypto/ctypescrypto-9999.ebuild +++ b/dev-python/ctypescrypto/ctypescrypto-9999.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=no - -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |