commit: 11f04fe2cbf8eeb47e2825984526c5c1200f63c0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 5 13:24:06 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 5 13:34:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f04fe2
dev-python/ctypescrypto: Enable py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ctypescrypto/ctypescrypto-0.5.ebuild | 5 ++---
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 38eee74eeb5..2c7dccb1cf8 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 38eee74eeb5..2c7dccb1cf8 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