Skip to content

Commit 399c96f

Browse files
committed
python: switch default to Python 3.13
1 parent a5a77ab commit 399c96f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

lang/python/pyversion.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: pyversion.mk,v 1.174 2025/07/22 21:39:50 gdt Exp $
1+
# $NetBSD: pyversion.mk,v 1.175 2025/10/05 22:43:14 wiz Exp $
22

33
# This file provides an interface to decide which version of python
44
# should be used in building a package. It should be directly
@@ -59,7 +59,7 @@
5959
#
6060
# Reasonable values: Default value of PYTHON_VERSIONS_ACCEPTED.
6161
# Possible values: Reasonable values and "old 3.x".
62-
# Default: 312
62+
# Default: 313
6363
#
6464
# === Infrastructure variables ===
6565
#
@@ -127,13 +127,13 @@
127127
# The prefix to use in PKGNAME for extensions which are meant
128128
# to be installed for multiple Python versions.
129129
#
130-
# Example: py312
130+
# Example: py313
131131
#
132132
# PYVERSSUFFIX
133133
# The suffix to executables and in the library path, equal to
134134
# sys.version[0:3].
135135
#
136-
# Example: 3.12
136+
# Example: 3.13
137137
#
138138
# Keywords: python
139139
#
@@ -162,7 +162,7 @@ PYTHON_VERSION_REQD?= ${PKGNAME_OLD:C/(^.*-|^)py([0-9][0-9][0-9])-.*/\2/}
162162
BUILD_DEFS+= PYTHON_VERSION_DEFAULT
163163
BUILD_DEFS_EFFECTS+= PYPACKAGE
164164

165-
PYTHON_VERSION_DEFAULT?= 312
165+
PYTHON_VERSION_DEFAULT?= 313
166166
PYTHON_VERSIONS_ACCEPTED?= 313 312 311
167167
.if defined(PYTHON_27_ACCEPTED)
168168
PYTHON_VERSIONS_ACCEPTED+= 27

0 commit comments

Comments
 (0)