diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-11-26 14:32:10 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2020-11-26 16:57:36 -0700 |
commit | 70477a5bb8067d67cce5608c685249cfe7606881 (patch) | |
tree | 03e6ed5029c7bd07ba6c3ed4d2987515de766b79 /numpy/core/setup_common.py | |
parent | af4b110273346e5969fba04365bc477747529fe2 (diff) | |
download | numpy-70477a5bb8067d67cce5608c685249cfe7606881.tar.gz |
MAINT: Prepare for the NumPy 1.20.x branch.
- Update cversions.txt
- Update numpyconfig.h
- Update setup_common.py
Diffstat (limited to 'numpy/core/setup_common.py')
-rw-r--r-- | numpy/core/setup_common.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/core/setup_common.py b/numpy/core/setup_common.py index f15425c87..ba3e215b3 100644 --- a/numpy/core/setup_common.py +++ b/numpy/core/setup_common.py @@ -40,7 +40,8 @@ C_ABI_VERSION = 0x01000009 # 0x0000000c - 1.14.x # 0x0000000c - 1.15.x # 0x0000000d - 1.16.x -# 0x0000000e - 1.19.x +# 0x0000000d - 1.19.x +# 0x0000000e - 1.20.x C_API_VERSION = 0x0000000e class MismatchCAPIWarning(Warning): |