aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2018-07-07 00:11:14 +0800
committermiwi <miwi@FreeBSD.org>2018-07-07 00:11:14 +0800
commitd7a021bd62c2bf80004d0ce8b865c3ab274c6650 (patch)
tree25f84f488e8153de5fc9d023e867bc63c01c242d /Mk/Uses
parente5d019c3998703151fad3feb280970745ceaedf1 (diff)
downloadfreebsd-ports-gnome-d7a021bd62c2bf80004d0ce8b865c3ab274c6650.tar.gz
freebsd-ports-gnome-d7a021bd62c2bf80004d0ce8b865c3ab274c6650.tar.zst
freebsd-ports-gnome-d7a021bd62c2bf80004d0ce8b865c3ab274c6650.zip
- Finish up lang/python37 import
- Added python37 docs - Added python37 support to Mk/ Reviewed by: bapt Approved by: bapt (portmgr) Differential Revision: https://reviews.freebsd.org/D16159
Diffstat (limited to 'Mk/Uses')
-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 c169c18ad633..1c40c843be3c 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -244,7 +244,7 @@ _INCLUDE_USES_PYTHON_MK= yes
# What Python version and what Python interpreters are currently supported?
# When adding a version, please keep the comment in
# Mk/bsd.default-versions.mk in sync.
-_PYTHON_VERSIONS= 2.7 3.6 3.5 3.4 # preferred first
+_PYTHON_VERSIONS= 2.7 3.6 3.7 3.5 3.4 # preferred first
_PYTHON_PORTBRANCH= 2.7 # ${_PYTHON_VERSIONS:[1]}
_PYTHON_BASECMD= ${LOCALBASE}/bin/python
_PYTHON_RELPORTDIR= lang/python