summaryrefslogtreecommitdiff
path: root/Mk/Uses/python.mk
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-09-08 07:57:30 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-09-08 07:57:30 +0000
commitd9fba02aed9674ca1fe19f81ef0e409a3d7942b6 (patch)
treec77f67b77b56d737e250d29beebf807ed122f404 /Mk/Uses/python.mk
parentsysutils/bpytop: Update to 1.0.26 (diff)
python.mk: Mention python 3.8
Notes
Notes: svn path=/head/; revision=547969
Diffstat (limited to 'Mk/Uses/python.mk')
-rw-r--r--Mk/Uses/python.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index f1446a494098..cafd46005d4a 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -20,7 +20,7 @@
#
# USES=python:2.7 # Supports Python 2.7 Only
# USES=python:3.5+ # Supports Python 3.5 or later
-# USES=python:3.5-3.7 # Supports Python 3.5 to 3.7
+# USES=python:3.5-3.8 # Supports Python 3.5 to 3.8
# USES=python:-3.6 # Supports Python up to 3.6
# USES=python # Supports any/all Python versions
#