commit: 042352e58dc0a6e32777c28deeaacae1a0b382b4
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 12:49:14 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 12:49:28 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=042352e5
dev-python/MagnetoResistance-tool: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild
b/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild
index cb24f5d19..23e03adcf 100644
--- a/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild
+++ b/dev-python/MagnetoResistance-tool/MagnetoResistance-tool-0.0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi