summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:57:15 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:57:15 +0300
commite2853d516f401caa2e73ae94f209fb9abe9db62b (patch)
tree8cc6d90f56bd73cbe762e863f1e0776d768cfef2 /dev-python/pytest-datadir
parentdev-python/pyproject-metadata: enable py3.12 (diff)
downloadgentoo-e2853d516f401caa2e73ae94f209fb9abe9db62b.tar.gz
gentoo-e2853d516f401caa2e73ae94f209fb9abe9db62b.tar.bz2
gentoo-e2853d516f401caa2e73ae94f209fb9abe9db62b.zip
dev-python/pytest-datadir: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-datadir')
-rw-r--r--dev-python/pytest-datadir/pytest-datadir-1.4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-datadir/pytest-datadir-1.4.1.ebuild b/dev-python/pytest-datadir/pytest-datadir-1.4.1.ebuild
index c560f899f21b..18071bf80034 100644
--- a/dev-python/pytest-datadir/pytest-datadir-1.4.1.ebuild
+++ b/dev-python/pytest-datadir/pytest-datadir-1.4.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi