diff options
author | Louis Sautier <sbraz@gentoo.org> | 2023-11-07 13:35:53 +0100 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2023-11-07 13:35:53 +0100 |
commit | becc8e9f9bae972f7781b691901d66bf24964aeb (patch) | |
tree | 2e95fba7247365d86c97319300f36c19efa48663 /www-misc | |
parent | www-misc/urlwatch: remove references to masked pushbullet-py (diff) | |
download | gentoo-becc8e9f9bae972f7781b691901d66bf24964aeb.tar.gz gentoo-becc8e9f9bae972f7781b691901d66bf24964aeb.tar.bz2 gentoo-becc8e9f9bae972f7781b691901d66bf24964aeb.zip |
www-misc/urlwatch: enable py3.12
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/urlwatch/urlwatch-2.28.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-misc/urlwatch/urlwatch-2.28.ebuild b/www-misc/urlwatch/urlwatch-2.28.ebuild index 1b74b901e846..b0ae8628e0d6 100644 --- a/www-misc/urlwatch/urlwatch-2.28.ebuild +++ b/www-misc/urlwatch/urlwatch-2.28.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |