diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-26 23:57:15 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-26 23:57:15 +0300 |
commit | e2853d516f401caa2e73ae94f209fb9abe9db62b (patch) | |
tree | 8cc6d90f56bd73cbe762e863f1e0776d768cfef2 /dev-python/pytest-datadir | |
parent | dev-python/pyproject-metadata: enable py3.12 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |