Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Drop python 3.8 #6344

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@ numpy:
# part of a zip_keys: python, python_impl, numpy
- 1.22
- 1.22
- 1.22
- 1.23
- 1.26
occt:
Expand Down Expand Up @@ -763,7 +762,6 @@ pybind11_abi:
- 4
python:
# part of a zip_keys: python, python_impl, numpy
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.11.* *_cpython
Expand All @@ -774,7 +772,6 @@ python_impl:
- cpython
- cpython
- cpython
- cpython
# Keep in sync with libtorch
pytorch:
- '2.3'
Expand Down
1 change: 0 additions & 1 deletion recipe/migrations/numpy2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ __migrator:
# needs to match length of zip {python, python_impl, numpy}
# as it is in global CBC in order to override it
numpy:
- 1.22 # no py38 support for numpy 2.0
- 2.0
- 2.0
- 2.0
Expand Down