commit:     c4a5401ed020034d091d7bd3914e04a302db1434
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 29 20:55:38 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun May 29 21:04:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4a5401e

dev-python/threadloop: enable py3.10

Closes: https://bugs.gentoo.org/848345
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/threadloop/threadloop-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/threadloop/threadloop-1.0.2.ebuild 
b/dev-python/threadloop/threadloop-1.0.2.ebuild
index 4ca0d6c36..45cc11dd4 100644
--- a/dev-python/threadloop/threadloop-1.0.2.ebuild
+++ b/dev-python/threadloop/threadloop-1.0.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 

Reply via email to