diff options
author | Matti Picus <matti.picus@gmail.com> | 2022-08-19 13:12:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 22:12:50 +0300 |
commit | 17d730ae32f5f60c9c2ca75d202b4e866debd686 (patch) | |
tree | 8f1b1b8cd623738274cfdbeb12a3c829711ce58e /doc | |
parent | 555c07f71d779d59a0ea097f811442a6c1bb405c (diff) | |
download | numpy-17d730ae32f5f60c9c2ca75d202b4e866debd686.tar.gz |
DEP: drop support for msvc<=1900 and Interix (#22139)
[ci skip]
Co-authored-by: h-vetinari <h.vetinari@gmx.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/upcoming_changes/22139.expired.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/22139.expired.rst b/doc/release/upcoming_changes/22139.expired.rst new file mode 100644 index 000000000..baf19a0b2 --- /dev/null +++ b/doc/release/upcoming_changes/22139.expired.rst @@ -0,0 +1,4 @@ +* Support for Visual Studio 2015 and earlier has been removed. + +* Support for the Windows Interix POSIX interop layer has been removed. + |