commit: 3560b7e5499dc18584bd1a933377bdc8d05a759e
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 16:05:06 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 16:05:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3560b7e5
dev-python/betamax-serializers: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/betamax-serializers/betamax-serializers-0.2.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/betamax-serializers/betamax-serializers-0.2.1.ebuild
b/dev-python/betamax-serializers/betamax-serializers-0.2.1.ebuild
index b8893b5f26..2cf15548dd 100644
--- a/dev-python/betamax-serializers/betamax-serializers-0.2.1.ebuild
+++ b/dev-python/betamax-serializers/betamax-serializers-0.2.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 optfeature pypi