summaryrefslogtreecommitdiff
path: root/dev-python/agate-dbf
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/agate-dbf')
-rw-r--r--dev-python/agate-dbf/agate-dbf-0.2.2-r1.ebuild4
-rw-r--r--dev-python/agate-dbf/agate-dbf-0.2.2-r2.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/agate-dbf/agate-dbf-0.2.2-r1.ebuild b/dev-python/agate-dbf/agate-dbf-0.2.2-r1.ebuild
index 2137b4bdde6e..1c9ef3fe7a09 100644
--- a/dev-python/agate-dbf/agate-dbf-0.2.2-r1.ebuild
+++ b/dev-python/agate-dbf/agate-dbf-0.2.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
diff --git a/dev-python/agate-dbf/agate-dbf-0.2.2-r2.ebuild b/dev-python/agate-dbf/agate-dbf-0.2.2-r2.ebuild
index e0e943e117c8..908732f2a4db 100644
--- a/dev-python/agate-dbf/agate-dbf-0.2.2-r2.ebuild
+++ b/dev-python/agate-dbf/agate-dbf-0.2.2-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1