commit:     b940bc2700e03a2f0b693126224316bee2e407bd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 16:08:58 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 16:25:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b940bc27

dev-python/speg: Enable py3.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/speg/speg-0.3_p20180819-r2.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/speg/speg-0.3_p20180819-r2.ebuild 
b/dev-python/speg/speg-0.3_p20180819-r2.ebuild
index d9c99cff61f7..c3a15ccd42d7 100644
--- a/dev-python/speg/speg-0.3_p20180819-r2.ebuild
+++ b/dev-python/speg/speg-0.3_p20180819-r2.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..13} )
+
 inherit distutils-r1
 
 MY_COMMIT="877acddfd5ac5ae8b4a4592d045e74e108477643"
@@ -18,8 +19,8 @@ SLOT="0"
 LICENSE="MIT"
 KEYWORDS="amd64 arm64 ~ppc ~riscv x86"
 
-distutils_enable_tests pytest
-
 RDEPEND="
        dev-python/six[${PYTHON_USEDEP}]
 "
+
+distutils_enable_tests pytest

Reply via email to