summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-10 15:26:02 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-10 15:29:48 +0100
commitcb26a2920509240d647affff1157fff2a3785ace (patch)
tree0dd0473485ed4a81e5a20b08793cb6cd503388d1 /dev-python
parentdev-python/moto: Remove Python < 3.10 (diff)
downloadgentoo-cb26a2920509240d647affff1157fff2a3785ace.tar.gz
gentoo-cb26a2920509240d647affff1157fff2a3785ace.tar.bz2
gentoo-cb26a2920509240d647affff1157fff2a3785ace.zip
dev-python/pyzotero: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyzotero/pyzotero-1.5.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyzotero/pyzotero-1.5.5.ebuild b/dev-python/pyzotero/pyzotero-1.5.5.ebuild
index 43f353340a99..779fa8ded72c 100644
--- a/dev-python/pyzotero/pyzotero-1.5.5.ebuild
+++ b/dev-python/pyzotero/pyzotero-1.5.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1