summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2023-02-26 20:51:41 +0100
committerLouis Sautier <sbraz@gentoo.org>2023-02-26 20:52:49 +0100
commitba146f6239aa624de89d575fa393a6606d07623e (patch)
treec26f6dfad52930f0757e07a794d9b2e5616f38eb /www-misc/urlwatch
parentapp-crypt/p11-kit: Stabilize 0.24.1-r1 hppa, #896344 (diff)
downloadgentoo-ba146f6239aa624de89d575fa393a6606d07623e.tar.gz
gentoo-ba146f6239aa624de89d575fa393a6606d07623e.tar.bz2
gentoo-ba146f6239aa624de89d575fa393a6606d07623e.zip
www-misc/urlwatch: enable py3.11
Closes: https://bugs.gentoo.org/897338 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'www-misc/urlwatch')
-rw-r--r--www-misc/urlwatch/urlwatch-2.25.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-misc/urlwatch/urlwatch-2.25.ebuild b/www-misc/urlwatch/urlwatch-2.25.ebuild
index b8f55930bcc2..c597fe8b05c1 100644
--- a/www-misc/urlwatch/urlwatch-2.25.ebuild
+++ b/www-misc/urlwatch/urlwatch-2.25.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1