diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-03 07:37:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-03 08:06:20 +0100 |
commit | 6e9e71a1407def063b7cccfacc096c7bedb4658c (patch) | |
tree | 43c36ede0440c41fafc1f41c14f87124ee10c653 /dev-python/line-profiler | |
parent | dev-python/sqlglot: Bump to 19.0.3 (diff) | |
download | gentoo-6e9e71a1407def063b7cccfacc096c7bedb4658c.tar.gz gentoo-6e9e71a1407def063b7cccfacc096c7bedb4658c.tar.bz2 gentoo-6e9e71a1407def063b7cccfacc096c7bedb4658c.zip |
dev-python/line-profiler: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/line-profiler')
-rw-r--r-- | dev-python/line-profiler/line-profiler-4.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/line-profiler/line-profiler-4.1.2.ebuild b/dev-python/line-profiler/line-profiler-4.1.2.ebuild index 158dd5fd2ada..c0c395a90b08 100644 --- a/dev-python/line-profiler/line-profiler-4.1.2.ebuild +++ b/dev-python/line-profiler/line-profiler-4.1.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |