From c8e9599a80baec6c3c856caff58ff744576f102e Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 1 Jun 2022 12:14:35 +0200 Subject: [PATCH] dev-python/pyzotero: enable py3.11 Signed-off-by: Andrew Ammerlaan --- dev-python/pyzotero/pyzotero-1.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyzotero/pyzotero-1.5.4.ebuild b/dev-python/pyzotero/pyzotero-1.5.4.ebuild index 22190c083c5c2..43f353340a99c 100644 --- a/dev-python/pyzotero/pyzotero-1.5.4.ebuild +++ b/dev-python/pyzotero/pyzotero-1.5.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1