diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 12:45:05 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 12:46:28 +0300 |
commit | ac808227995c5444eb52204afda0fa21a216aa2f (patch) | |
tree | 31e0a84b09aac01cba87f9f59e52f66a732ea763 /dev-python/pytest-tempdir | |
parent | app-office/calligraplan: Keyword 3.3.0 arm64, #907076 (diff) | |
download | gentoo-ac808227995c5444eb52204afda0fa21a216aa2f.tar.gz gentoo-ac808227995c5444eb52204afda0fa21a216aa2f.tar.bz2 gentoo-ac808227995c5444eb52204afda0fa21a216aa2f.zip |
dev-python/pytest-tempdir: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-tempdir')
-rw-r--r-- | dev-python/pytest-tempdir/pytest-tempdir-2019.10.12-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12-r1.ebuild b/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12-r1.ebuild index 9c8900d55e9c..78b0a37c30a8 100644 --- a/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12-r1.ebuild +++ b/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |