commit: 8530075e6ff9c85da4dc88e2325f5baa841f0af6
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 19:08:09 2022 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 14:26:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8530075e
dev-python/path-and-address: enable py3.11 and disable py3.7
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
dev-python/path-and-address/path-and-address-2.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
index f592333b0391..b160fe0dfbad 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{7..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1