8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c807e09 commit 6697fc7Copy full SHA for 6697fc7
numpy/_core/include/numpy/numpyconfig.h
@@ -123,8 +123,8 @@
123
/* user provided a target version, use it */
124
#define NPY_FEATURE_VERSION NPY_TARGET_VERSION
125
#else
126
- /* Use the default (increase when dropping Python 3.10 support) */
127
- #define NPY_FEATURE_VERSION NPY_1_21_API_VERSION
+ /* Use the default (increase when dropping Python 3.11 support) */
+ #define NPY_FEATURE_VERSION NPY_1_23_API_VERSION
128
#endif
129
130
/* Sanity check the (requested) feature version */
0 commit comments