-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Python 3.11 and drop support for Python 3.7 (#3402)
* add support for python 3.11 * change to oldest version numpy and scipy that support 3.11 * add build for python3.11 * disable nmslib test for python 3.11 * fix formatting * fix formatting * change build for 3.8 * drop Py3.7 support and builds Co-authored-by: Michael Penkov <m@penkov.dev>
- Loading branch information
Showing
6 changed files
with
49 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "multibuild"] | ||
path = multibuild | ||
url = https://github.com/matthew-brett/multibuild.git | ||
url = https://github.com/multi-build/multibuild |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule multibuild
updated
15 files
+22 −22 | .appveyor.yml | |
+25 −0 | .github/workflows/lint_python.yml | |
+47 −0 | .github/workflows/test.yml | |
+1 −1 | LICENSE | |
+29 −20 | README.rst | |
+12 −5 | common_utils.sh | |
+6 −2 | configure_build.sh | |
+41 −5 | library_builders.sh | |
+22 −16 | manylinux_utils.sh | |
+15 −6 | osx_utils.sh | |
+3 −2 | supported_wheels.py | |
+4 −2 | tests/test_fill_pyver.sh | |
+5 −3 | tests/test_library_builders.sh | |
+7 −0 | tests/test_osx_utils.sh | |
+17 −6 | travis_linux_steps.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters