summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-10-01 12:27:47 +0000
committernia <nia@pkgsrc.org>2021-10-01 12:27:47 +0000
commitb9acbe4cd8dde067686c2630559c7eb410c147d0 (patch)
tree5703453f6307f50ad34dfe1f7cbebce335f52526
parent80ce653afe388d9fc759fac1e1003f56b6395a8e (diff)
downloadpkgsrc-b9acbe4cd8dde067686c2630559c7eb410c147d0.tar.gz
Switch default Python to 3.9.
Bulk builds have been running for some time, and this is expected to be fine.
-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 0de52754c07..71c7ab977a0 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.136 2021/07/10 05:24:33 gutteridge Exp $
+# $NetBSD: pyversion.mk,v 1.137 2021/10/01 12:27:47 nia 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 36 37 38 39
-# Default: 38
+# Default: 39
#
# === 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?= 38
+PYTHON_VERSION_DEFAULT?= 39
PYTHON_VERSIONS_ACCEPTED?= 39 38 37 36 27
PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default