10000 MAINT: update NPY_FEATURE_VERSION after dropping python 3.10 · numpy/numpy@6697fc7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6697fc7

Browse files
committed
MAINT: update NPY_FEATURE_VERSION after dropping python 3.10
1 parent c807e09 commit 6697fc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numpy/_core/include/numpy/numpyconfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@
123123
/* user provided a target version, use it */
124124
#define NPY_FEATURE_VERSION NPY_TARGET_VERSION
125125
#else
126-
/* Use the default (increase when dropping Python 3.10 support) */
127-
#define NPY_FEATURE_VERSION NPY_1_21_API_VERSION
126+
/* Use the default (increase when dropping Python 3.11 support) */
127+
#define NPY_FEATURE_VERSION NPY_1_23_API_VERSION
128128
#endif
129129

130130
/* Sanity check the (requested) feature version */

0 commit comments

Comments
 (0)
0