summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-17 13:15:16 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-17 14:19:18 +0200
commitcadeebdf2f3ece7ac9292517f194ae1255fb615e (patch)
tree00d34ed02b5ca7bdec74975070628751ca3a02e1
parentdev-python/helpdev: enable py3.11 and disable py3.7 (diff)
downloadgentoo-cadeebdf2f3ece7ac9292517f194ae1255fb615e.tar.gz
gentoo-cadeebdf2f3ece7ac9292517f194ae1255fb615e.tar.bz2
gentoo-cadeebdf2f3ece7ac9292517f194ae1255fb615e.zip
dev-python/livereload: enable py3.11 and disable py3.7
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--dev-python/livereload/livereload-2.6.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/livereload/livereload-2.6.3.ebuild b/dev-python/livereload/livereload-2.6.3.ebuild
index 84dd00bc4ebd..276ed7291d94 100644
--- a/dev-python/livereload/livereload-2.6.3.ebuild
+++ b/dev-python/livereload/livereload-2.6.3.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=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1