summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-29 22:03:12 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-29 22:15:49 +0300
commit98ef7d5b6f1d88d17b44d786bd9ab00c289d411f (patch)
tree21cf836e0e2de8ec820f8c80c5dc00b46690c529 /dev-python/pytest-param-files
parentdev-python/mdit-py-plugins: enable py3.11 (diff)
downloadgentoo-98ef7d5b6f1d88d17b44d786bd9ab00c289d411f.tar.gz
gentoo-98ef7d5b6f1d88d17b44d786bd9ab00c289d411f.tar.bz2
gentoo-98ef7d5b6f1d88d17b44d786bd9ab00c289d411f.zip
dev-python/pytest-param-files: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-param-files')
-rw-r--r--dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild b/dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild
index 5e0850cfa5ad..f4a729087867 100644
--- a/dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild
+++ b/dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=flit
inherit distutils-r1