aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Beddek <telans@posteo.de>2021-10-09 22:01:27 +1300
committerJames Beddek <telans@posteo.de>2021-10-09 22:30:09 +1300
commit02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6 (patch)
tree72579680271e715cde289018aa7014798a43de0e /dev-python/glicko2
parentsci-geosciences/mapillary_tools: add S (diff)
downloadguru-02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6.tar.gz
guru-02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6.tar.bz2
guru-02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6.zip
*/*: drop dead python impls
Signed-off-by: James Beddek <telans@posteo.de>
Diffstat (limited to 'dev-python/glicko2')
-rw-r--r--dev-python/glicko2/glicko2-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/glicko2/glicko2-2.0.0.ebuild b/dev-python/glicko2/glicko2-2.0.0.ebuild
index 762aadfc9..8e58ac871 100644
--- a/dev-python/glicko2/glicko2-2.0.0.ebuild
+++ b/dev-python/glicko2/glicko2-2.0.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python3_{7,8,9} pypy3)
+PYTHON_COMPAT=( python3_{8,9} pypy3)
inherit distutils-r1