svn commit: r547969 - head/Mk/Uses

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Sep 8 07:57:31 UTC 2020


Author: lwhsu
Date: Tue Sep  8 07:57:30 2020
New Revision: 547969
URL: https://svnweb.freebsd.org/changeset/ports/547969

Log:
  python.mk: Mention python 3.8

Modified:
  head/Mk/Uses/python.mk

Modified: head/Mk/Uses/python.mk
==============================================================================
--- head/Mk/Uses/python.mk	Tue Sep  8 07:50:55 2020	(r547968)
+++ head/Mk/Uses/python.mk	Tue Sep  8 07:57:30 2020	(r547969)
@@ -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
 #


More information about the svn-ports-all mailing list