diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-10 15:26:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-10 15:29:48 +0100 |
commit | cb26a2920509240d647affff1157fff2a3785ace (patch) | |
tree | 0dd0473485ed4a81e5a20b08793cb6cd503388d1 /dev-python/pyzotero | |
parent | dev-python/moto: Remove Python < 3.10 (diff) | |
download | gentoo-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/pyzotero')
-rw-r--r-- | dev-python/pyzotero/pyzotero-1.5.5.ebuild | 4 |
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 |