diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 4b4df9c865..1deef0fe4a 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -556,7 +556,6 @@ ntl: # we build for the oldest version possible of numpy for forward compatibility numpy: # part of a zip_keys: python, python_impl, numpy - - 1.20 # [not (osx and arm64)] - 1.20 - 1.20 - 1.21 @@ -614,13 +613,11 @@ pybind11_abi: - 4 python: # part of a zip_keys: python, python_impl, numpy - - 3.7.* *_cpython # [not (osx and arm64)] - 3.8.* *_cpython - 3.9.* *_cpython - 3.10.* *_cpython python_impl: # part of a zip_keys: python, python_impl, numpy - - cpython # [not (osx and arm64)] - cpython - cpython - cpython diff --git a/recipe/migrations/python311.yaml b/recipe/migrations/python311.yaml new file mode 100644 index 0000000000..65f5b394e0 --- /dev/null +++ b/recipe/migrations/python311.yaml @@ -0,0 +1,33 @@ +migrator_ts: 1666686085 +__migrator: + migration_number: 1 + operation: key_add + primary_key: python + ordering: + python: + - 3.6.* *_cpython + - 3.7.* *_cpython + - 3.8.* *_cpython + - 3.9.* *_cpython + - 3.10.* *_cpython + - 3.11.* *_cpython # new entry + - 3.6.* *_73_pypy + - 3.7.* *_73_pypy + - 3.8.* *_73_pypy + - 3.9.* *_73_pypy + paused: false + longterm: True + pr_limit: 5 + exclude: + # this shouldn't attempt to modify the python feedstocks + - python + - pypy3.6 + - pypy-meta + +python: + - 3.11.* *_cpython +# additional entries to add for zip_keys +numpy: + - 1.23 +python_impl: + - cpython