diff options
author | Louis Sautier <sbraz@gentoo.org> | 2023-02-26 20:51:41 +0100 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2023-02-26 20:52:49 +0100 |
commit | ba146f6239aa624de89d575fa393a6606d07623e (patch) | |
tree | c26f6dfad52930f0757e07a794d9b2e5616f38eb | |
parent | app-crypt/p11-kit: Stabilize 0.24.1-r1 hppa, #896344 (diff) | |
download | gentoo-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>
-rw-r--r-- | www-misc/urlwatch/urlwatch-2.25.ebuild | 2 |
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 |