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.
2 parents aae64d8 + d70fe30 commit a65a28cCopy full SHA for a65a28c
numpy/_core/include/numpy/numpyconfig.h
@@ -121,8 +121,8 @@
121
/* user provided a target version, use it */
122
#define NPY_FEATURE_VERSION NPY_TARGET_VERSION
123
#else
124
- /* Use the default (increase when dropping Python 3.9 support) */
125
- #define NPY_FEATURE_VERSION NPY_1_19_API_VERSION
+ /* Use the default (increase when dropping Python 3.10 support) */
+ #define NPY_FEATURE_VERSION NPY_1_21_API_VERSION
126
#endif
127
128
/* Sanity check the (requested) feature version */
0 commit comments