commit:     73dcf9f47f0d120676d6d94b50e07f3114c3c706
Author:     William Pettersson <william <AT> ewpettersson <DOT> se>
AuthorDate: Wed May 18 20:38:14 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 19 02:25:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73dcf9f4

app-text/xapers: Enable py3.10

Enables python 3.10 support. Tested locally, tests run and use appears
fine. Also update copyright date

Closes: https://bugs.gentoo.org/845612
Signed-off-by: William Pettersson <william <AT> ewpettersson.se>
Closes: https://github.com/gentoo/gentoo/pull/25553
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/xapers/xapers-0.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/xapers/xapers-0.9.0.ebuild 
b/app-text/xapers/xapers-0.9.0.ebuild
index e47be22b3be4..27a7b93bf325 100644
--- a/app-text/xapers/xapers-0.9.0.ebuild
+++ b/app-text/xapers/xapers-0.9.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2016-2021 Gentoo Authors
+# Copyright 2016-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 

Reply via email to