summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-17 13:17:05 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-17 14:19:19 +0200
commitc602c86a109ec2b0efe1dc1f05b85002cd020494 (patch)
tree56acaf1f65552bfffb5d71b6df214d1998c82aec /dev-python/mss/mss-6.1.0.ebuild
parentdev-python/livereload: enable py3.11 and disable py3.7 (diff)
downloadgentoo-c602c86a109ec2b0efe1dc1f05b85002cd020494.tar.gz
gentoo-c602c86a109ec2b0efe1dc1f05b85002cd020494.tar.bz2
gentoo-c602c86a109ec2b0efe1dc1f05b85002cd020494.zip
dev-python/mss: enable py3.11 and disable py3.7
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/mss/mss-6.1.0.ebuild')
-rw-r--r--dev-python/mss/mss-6.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mss/mss-6.1.0.ebuild b/dev-python/mss/mss-6.1.0.ebuild
index 7186c6443ab1..92c872443229 100644
--- a/dev-python/mss/mss-6.1.0.ebuild
+++ b/dev-python/mss/mss-6.1.0.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 virtualx