Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8b96358

Browse filesBrowse files
authored
Merge pull request #27197 from charris/backport-27187
MAINT: update default NPY_FEATURE_VERSION after dropping py39
2 parents 6dbcfb3 + 9bf2e00 commit 8b96358
Copy full SHA for 8b96358

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎numpy/_core/include/numpy/numpyconfig.h

Copy file name to clipboardExpand all lines: numpy/_core/include/numpy/numpyconfig.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@
121121
/* user provided a target version, use it */
122122
#define NPY_FEATURE_VERSION NPY_TARGET_VERSION
123123
#else
124-
/* Use the default (increase when dropping Python 3.9 support) */
125-
#define NPY_FEATURE_VERSION NPY_1_19_API_VERSION
124+
/* Use the default (increase when dropping Python 3.10 support) */
125+
#define NPY_FEATURE_VERSION NPY_1_21_API_VERSION
126126
#endif
127127

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.