diff options
author | 2024-03-06 16:51:07 +0000 | |
---|---|---|
committer | 2024-03-06 17:37:28 +0000 | |
commit | 816343ecaee7b1c2a1644e8e70af27d6ed8bf3be (patch) | |
tree | 8e4c376fd4995beb77ba55433354e3a68b57ce4b /dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild | |
parent | dev-python/mapbox_earcut: enable py3.12 (diff) | |
download | gentoo-816343ecaee7b1c2a1644e8e70af27d6ed8bf3be.tar.gz gentoo-816343ecaee7b1c2a1644e8e70af27d6ed8bf3be.tar.bz2 gentoo-816343ecaee7b1c2a1644e8e70af27d6ed8bf3be.zip |
dev-python/pytest-markdown: enable py3.12
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild')
-rw-r--r-- | dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild b/dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild index beb81872926f..9fbad96e498e 100644 --- a/dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild +++ b/dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517="poetry" inherit distutils-r1 pypi |