Skip to content

Commit

Permalink
Merge pull request #6344 from isuruf/rm-py-38
Browse files Browse the repository at this point in the history
Drop python 3.8
  • Loading branch information
isuruf authored Aug 28, 2024
2 parents 289e132 + ca4235e commit e4c5a35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
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

0 comments on commit e4c5a35

Please sign in to comment.