summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-12 14:46:06 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-12 15:14:45 +0200
commit7bdcd4dbda14e68b1f149d685b38ae2d085c32f8 (patch)
tree450eff361c7f82b2973d23f8a0ff75fcbe47a26b /dev-python/pytest-fixture-config
parentdev-python/pytest-fixture-config: Use PEP517 build (diff)
downloadgentoo-7bdcd4dbda14e68b1f149d685b38ae2d085c32f8.tar.gz
gentoo-7bdcd4dbda14e68b1f149d685b38ae2d085c32f8.tar.bz2
gentoo-7bdcd4dbda14e68b1f149d685b38ae2d085c32f8.zip
dev-python/pytest-fixture-config: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-fixture-config')
-rw-r--r--dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
index d0d051b7093d..60f88fc37e4b 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1