summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2019-04-24 13:16:59 +0000
committermaya <maya@pkgsrc.org>2019-04-24 13:16:59 +0000
commitd9d2ad3c4d0308a311203e3ea8c24e24e29fbbcf (patch)
treee89fa5762dce99d8853d2d4a8627aa61e16cc0f4 /lang/python
parent0fcebdfb2c4d972c02e9e58a51fb7fc27b26b2a5 (diff)
downloadpkgsrc-d9d2ad3c4d0308a311203e3ea8c24e24e29fbbcf.tar.gz
Default to python 3.7.
We don't want to end up defaulting to an EOL python by the end of this year, and would like to switch early in the branch. Waiting longer isn't wise.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/pyversion.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index 08d7894932f..5aad17df8ff 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.127 2018/11/13 11:57:26 markd Exp $
+# $NetBSD: pyversion.mk,v 1.128 2019/04/24 13:16:59 maya Exp $
# This file determines which Python version is used as a dependency for
# a package.
@@ -9,7 +9,7 @@
# The preferred Python version to use.
#
# Possible values: 27 34 35 36 37
-# Default: 27
+# Default: 37
#
# === Infrastructure variables ===
#
@@ -84,7 +84,7 @@ PYTHON_VERSION_REQD?= ${PKGNAME_OLD:C/(^.*-|^)py([0-9][0-9])-.*/\2/}
BUILD_DEFS+= PYTHON_VERSION_DEFAULT
BUILD_DEFS_EFFECTS+= PYPACKAGE
-PYTHON_VERSION_DEFAULT?= 27
+PYTHON_VERSION_DEFAULT?= 37
PYTHON_VERSIONS_ACCEPTED?= 37 36 35 34 27
PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default