diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 97ccbfb..8a59c91 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,52 +8,76 @@ jobs: vmImage: ubuntu-latest strategy: matrix: - linux_64_python3.10.____cpythonpython_implcpython: - CONFIG: linux_64_python3.10.____cpythonpython_implcpython + linux_64_python3.10.____cpython: + CONFIG: linux_64_python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_python3.7.____cpythonpython_implcpython: - CONFIG: linux_64_python3.7.____cpythonpython_implcpython + linux_64_python3.7.____cpython: + CONFIG: linux_64_python3.7.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_python3.8.____73_pypypython_implpypy: - CONFIG: linux_64_python3.8.____73_pypypython_implpypy + linux_64_python3.8.____73_pypy: + CONFIG: linux_64_python3.8.____73_pypy UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_python3.8.____cpythonpython_implcpython: - CONFIG: linux_64_python3.8.____cpythonpython_implcpython + linux_64_python3.8.____cpython: + CONFIG: linux_64_python3.8.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_python3.9.____73_pypypython_implpypy: - CONFIG: linux_64_python3.9.____73_pypypython_implpypy + linux_64_python3.9.____73_pypy: + CONFIG: linux_64_python3.9.____73_pypy UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_python3.9.____cpythonpython_implcpython: - CONFIG: linux_64_python3.9.____cpythonpython_implcpython + linux_64_python3.9.____cpython: + CONFIG: linux_64_python3.9.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_python3.10.____cpythonpython_implcpython: - CONFIG: linux_aarch64_python3.10.____cpythonpython_implcpython + linux_aarch64_python3.10.____cpython: + CONFIG: linux_aarch64_python3.10.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_python3.8.____cpythonpython_implcpython: - CONFIG: linux_aarch64_python3.8.____cpythonpython_implcpython + linux_aarch64_python3.7.____cpython: + CONFIG: linux_aarch64_python3.7.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_python3.9.____cpythonpython_implcpython: - CONFIG: linux_aarch64_python3.9.____cpythonpython_implcpython + linux_aarch64_python3.8.____73_pypy: + CONFIG: linux_aarch64_python3.8.____73_pypy UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_python3.10.____cpythonpython_implcpython: - CONFIG: linux_ppc64le_python3.10.____cpythonpython_implcpython + linux_aarch64_python3.8.____cpython: + CONFIG: linux_aarch64_python3.8.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_python3.8.____cpythonpython_implcpython: - CONFIG: linux_ppc64le_python3.8.____cpythonpython_implcpython + linux_aarch64_python3.9.____73_pypy: + CONFIG: linux_aarch64_python3.9.____73_pypy UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_ppc64le_python3.9.____cpythonpython_implcpython: - CONFIG: linux_ppc64le_python3.9.____cpythonpython_implcpython + linux_aarch64_python3.9.____cpython: + CONFIG: linux_aarch64_python3.9.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_python3.10.____cpython: + CONFIG: linux_ppc64le_python3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_python3.7.____cpython: + CONFIG: linux_ppc64le_python3.7.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_python3.8.____73_pypy: + CONFIG: linux_ppc64le_python3.8.____73_pypy + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_python3.8.____cpython: + CONFIG: linux_ppc64le_python3.8.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_python3.9.____73_pypy: + CONFIG: linux_ppc64le_python3.9.____73_pypy + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_python3.9.____cpython: + CONFIG: linux_ppc64le_python3.9.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 timeoutInMinutes: 360 diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index c6e2259..386b32b 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -8,23 +8,32 @@ jobs: vmImage: macOS-11 strategy: matrix: - osx_64_python3.10.____cpythonpython_implcpython: - CONFIG: osx_64_python3.10.____cpythonpython_implcpython + osx_64_python3.10.____cpython: + CONFIG: osx_64_python3.10.____cpython UPLOAD_PACKAGES: 'True' - osx_64_python3.7.____cpythonpython_implcpython: - CONFIG: osx_64_python3.7.____cpythonpython_implcpython + osx_64_python3.7.____cpython: + CONFIG: osx_64_python3.7.____cpython UPLOAD_PACKAGES: 'True' - osx_64_python3.8.____73_pypypython_implpypy: - CONFIG: osx_64_python3.8.____73_pypypython_implpypy + osx_64_python3.8.____73_pypy: + CONFIG: osx_64_python3.8.____73_pypy UPLOAD_PACKAGES: 'True' - osx_64_python3.8.____cpythonpython_implcpython: - CONFIG: osx_64_python3.8.____cpythonpython_implcpython + osx_64_python3.8.____cpython: + CONFIG: osx_64_python3.8.____cpython UPLOAD_PACKAGES: 'True' - osx_64_python3.9.____73_pypypython_implpypy: - CONFIG: osx_64_python3.9.____73_pypypython_implpypy + osx_64_python3.9.____73_pypy: + CONFIG: osx_64_python3.9.____73_pypy UPLOAD_PACKAGES: 'True' - osx_64_python3.9.____cpythonpython_implcpython: - CONFIG: osx_64_python3.9.____cpythonpython_implcpython + osx_64_python3.9.____cpython: + CONFIG: osx_64_python3.9.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_python3.10.____cpython: + CONFIG: osx_arm64_python3.10.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_python3.8.____cpython: + CONFIG: osx_arm64_python3.8.____cpython + UPLOAD_PACKAGES: 'True' + osx_arm64_python3.9.____cpython: + CONFIG: osx_arm64_python3.9.____cpython UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index 43765fe..1a5a655 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -8,17 +8,23 @@ jobs: vmImage: windows-2019 strategy: matrix: - win_64_python3.10.____cpythonpython_implcpython: - CONFIG: win_64_python3.10.____cpythonpython_implcpython + win_64_python3.10.____cpython: + CONFIG: win_64_python3.10.____cpython UPLOAD_PACKAGES: 'True' - win_64_python3.7.____cpythonpython_implcpython: - CONFIG: win_64_python3.7.____cpythonpython_implcpython + win_64_python3.7.____cpython: + CONFIG: win_64_python3.7.____cpython UPLOAD_PACKAGES: 'True' - win_64_python3.8.____cpythonpython_implcpython: - CONFIG: win_64_python3.8.____cpythonpython_implcpython + win_64_python3.8.____73_pypy: + CONFIG: win_64_python3.8.____73_pypy UPLOAD_PACKAGES: 'True' - win_64_python3.9.____cpythonpython_implcpython: - CONFIG: win_64_python3.9.____cpythonpython_implcpython + win_64_python3.8.____cpython: + CONFIG: win_64_python3.8.____cpython + UPLOAD_PACKAGES: 'True' + win_64_python3.9.____73_pypy: + CONFIG: win_64_python3.9.____73_pypy + UPLOAD_PACKAGES: 'True' + win_64_python3.9.____cpython: + CONFIG: win_64_python3.9.____cpython UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 variables: diff --git a/.ci_support/linux_64_python3.10.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_python3.10.____cpython.yaml similarity index 89% rename from .ci_support/linux_64_python3.10.____cpythonpython_implcpython.yaml rename to .ci_support/linux_64_python3.10.____cpython.yaml index 2a55507..f619277 100644 --- a/.ci_support/linux_64_python3.10.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_64_python3.10.____cpython.yaml @@ -20,12 +20,8 @@ pin_run_as_build: max_pin: x.x python: - 3.10.* *_cpython -python_impl: -- cpython target_platform: - linux-64 zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - python_impl diff --git a/.ci_support/linux_64_python3.7.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_python3.7.____cpython.yaml similarity index 89% rename from .ci_support/linux_64_python3.7.____cpythonpython_implcpython.yaml rename to .ci_support/linux_64_python3.7.____cpython.yaml index 944d316..76f7a45 100644 --- a/.ci_support/linux_64_python3.7.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_64_python3.7.____cpython.yaml @@ -20,12 +20,8 @@ pin_run_as_build: max_pin: x.x python: - 3.7.* *_cpython -python_impl: -- cpython target_platform: - linux-64 zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - python_impl diff --git a/.ci_support/linux_64_python3.8.____73_pypypython_implpypy.yaml b/.ci_support/linux_64_python3.8.____73_pypy.yaml similarity index 89% rename from .ci_support/linux_64_python3.8.____73_pypypython_implpypy.yaml rename to .ci_support/linux_64_python3.8.____73_pypy.yaml index 5721a57..334e846 100644 --- a/.ci_support/linux_64_python3.8.____73_pypypython_implpypy.yaml +++ b/.ci_support/linux_64_python3.8.____73_pypy.yaml @@ -20,12 +20,8 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_73_pypy -python_impl: -- pypy target_platform: - linux-64 zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - python_impl diff --git a/.ci_support/linux_64_python3.8.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_python3.8.____cpython.yaml similarity index 89% rename from .ci_support/linux_64_python3.8.____cpythonpython_implcpython.yaml rename to .ci_support/linux_64_python3.8.____cpython.yaml index 623cb86..f97af76 100644 --- a/.ci_support/linux_64_python3.8.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_64_python3.8.____cpython.yaml @@ -20,12 +20,8 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_cpython -python_impl: -- cpython target_platform: - linux-64 zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - python_impl diff --git a/.ci_support/linux_64_python3.9.____73_pypypython_implpypy.yaml b/.ci_support/linux_64_python3.9.____73_pypy.yaml similarity index 89% rename from .ci_support/linux_64_python3.9.____73_pypypython_implpypy.yaml rename to .ci_support/linux_64_python3.9.____73_pypy.yaml index 844a0e0..54e2de9 100644 --- a/.ci_support/linux_64_python3.9.____73_pypypython_implpypy.yaml +++ b/.ci_support/linux_64_python3.9.____73_pypy.yaml @@ -20,12 +20,8 @@ pin_run_as_build: max_pin: x.x python: - 3.9.* *_73_pypy -python_impl: -- pypy target_platform: - linux-64 zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - python_impl diff --git a/.ci_support/linux_64_python3.9.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_python3.9.____cpython.yaml similarity index 89% rename from .ci_support/linux_64_python3.9.____cpythonpython_implcpython.yaml rename to .ci_support/linux_64_python3.9.____cpython.yaml index fb8e10b..a29390d 100644 --- a/.ci_support/linux_64_python3.9.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_64_python3.9.____cpython.yaml @@ -20,12 +20,8 @@ pin_run_as_build: max_pin: x.x python: - 3.9.* *_cpython -python_impl: -- cpython target_platform: - linux-64 zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - python_impl diff --git a/.ci_support/linux_aarch64_python3.10.____cpythonpython_implcpython.yaml b/.ci_support/linux_aarch64_python3.10.____cpython.yaml similarity index 90% rename from .ci_support/linux_aarch64_python3.10.____cpythonpython_implcpython.yaml rename to .ci_support/linux_aarch64_python3.10.____cpython.yaml index f002dfe..d55ee3d 100644 --- a/.ci_support/linux_aarch64_python3.10.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_aarch64_python3.10.____cpython.yaml @@ -24,12 +24,8 @@ pin_run_as_build: max_pin: x.x python: - 3.10.* *_cpython -python_impl: -- cpython target_platform: - linux-aarch64 zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - python_impl diff --git a/.ci_support/linux_aarch64_python3.7.____cpython.yaml b/.ci_support/linux_aarch64_python3.7.____cpython.yaml new file mode 100644 index 0000000..35eb218 --- /dev/null +++ b/.ci_support/linux_aarch64_python3.7.____cpython.yaml @@ -0,0 +1,31 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +c_compiler: +- gcc +c_compiler_version: +- '10' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '10' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_cpython +target_platform: +- linux-aarch64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/linux_aarch64_python3.8.____73_pypy.yaml b/.ci_support/linux_aarch64_python3.8.____73_pypy.yaml new file mode 100644 index 0000000..d0618bb --- /dev/null +++ b/.ci_support/linux_aarch64_python3.8.____73_pypy.yaml @@ -0,0 +1,31 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +c_compiler: +- gcc +c_compiler_version: +- '10' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '10' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_73_pypy +target_platform: +- linux-aarch64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/linux_aarch64_python3.8.____cpythonpython_implcpython.yaml b/.ci_support/linux_aarch64_python3.8.____cpython.yaml similarity index 90% rename from .ci_support/linux_aarch64_python3.8.____cpythonpython_implcpython.yaml rename to .ci_support/linux_aarch64_python3.8.____cpython.yaml index 88ee806..f6a37f8 100644 --- a/.ci_support/linux_aarch64_python3.8.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_aarch64_python3.8.____cpython.yaml @@ -24,12 +24,8 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_cpython -python_impl: -- cpython target_platform: - linux-aarch64 zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - python_impl diff --git a/.ci_support/linux_aarch64_python3.9.____73_pypy.yaml b/.ci_support/linux_aarch64_python3.9.____73_pypy.yaml new file mode 100644 index 0000000..5ccbbd8 --- /dev/null +++ b/.ci_support/linux_aarch64_python3.9.____73_pypy.yaml @@ -0,0 +1,31 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +c_compiler: +- gcc +c_compiler_version: +- '10' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '10' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_73_pypy +target_platform: +- linux-aarch64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/linux_aarch64_python3.9.____cpythonpython_implcpython.yaml b/.ci_support/linux_aarch64_python3.9.____cpython.yaml similarity index 90% rename from .ci_support/linux_aarch64_python3.9.____cpythonpython_implcpython.yaml rename to .ci_support/linux_aarch64_python3.9.____cpython.yaml index 4482dd5..8788200 100644 --- a/.ci_support/linux_aarch64_python3.9.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_aarch64_python3.9.____cpython.yaml @@ -24,12 +24,8 @@ pin_run_as_build: max_pin: x.x python: - 3.9.* *_cpython -python_impl: -- cpython target_platform: - linux-aarch64 zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - python_impl diff --git a/.ci_support/linux_ppc64le_python3.10.____cpythonpython_implcpython.yaml b/.ci_support/linux_ppc64le_python3.10.____cpython.yaml similarity index 89% rename from .ci_support/linux_ppc64le_python3.10.____cpythonpython_implcpython.yaml rename to .ci_support/linux_ppc64le_python3.10.____cpython.yaml index 21c7e50..e877aa4 100644 --- a/.ci_support/linux_ppc64le_python3.10.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_ppc64le_python3.10.____cpython.yaml @@ -20,12 +20,8 @@ pin_run_as_build: max_pin: x.x python: - 3.10.* *_cpython -python_impl: -- cpython target_platform: - linux-ppc64le zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - python_impl diff --git a/.ci_support/linux_ppc64le_python3.7.____cpython.yaml b/.ci_support/linux_ppc64le_python3.7.____cpython.yaml new file mode 100644 index 0000000..0c6ca78 --- /dev/null +++ b/.ci_support/linux_ppc64le_python3.7.____cpython.yaml @@ -0,0 +1,27 @@ +c_compiler: +- gcc +c_compiler_version: +- '10' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '10' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.7.* *_cpython +target_platform: +- linux-ppc64le +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/linux_ppc64le_python3.8.____73_pypy.yaml b/.ci_support/linux_ppc64le_python3.8.____73_pypy.yaml new file mode 100644 index 0000000..6492041 --- /dev/null +++ b/.ci_support/linux_ppc64le_python3.8.____73_pypy.yaml @@ -0,0 +1,27 @@ +c_compiler: +- gcc +c_compiler_version: +- '10' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '10' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_73_pypy +target_platform: +- linux-ppc64le +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/linux_ppc64le_python3.8.____cpythonpython_implcpython.yaml b/.ci_support/linux_ppc64le_python3.8.____cpython.yaml similarity index 89% rename from .ci_support/linux_ppc64le_python3.8.____cpythonpython_implcpython.yaml rename to .ci_support/linux_ppc64le_python3.8.____cpython.yaml index e763eb2..87c3960 100644 --- a/.ci_support/linux_ppc64le_python3.8.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_ppc64le_python3.8.____cpython.yaml @@ -20,12 +20,8 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_cpython -python_impl: -- cpython target_platform: - linux-ppc64le zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - python_impl diff --git a/.ci_support/linux_ppc64le_python3.9.____73_pypy.yaml b/.ci_support/linux_ppc64le_python3.9.____73_pypy.yaml new file mode 100644 index 0000000..fe2c304 --- /dev/null +++ b/.ci_support/linux_ppc64le_python3.9.____73_pypy.yaml @@ -0,0 +1,27 @@ +c_compiler: +- gcc +c_compiler_version: +- '10' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '10' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_73_pypy +target_platform: +- linux-ppc64le +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/linux_ppc64le_python3.9.____cpythonpython_implcpython.yaml b/.ci_support/linux_ppc64le_python3.9.____cpython.yaml similarity index 89% rename from .ci_support/linux_ppc64le_python3.9.____cpythonpython_implcpython.yaml rename to .ci_support/linux_ppc64le_python3.9.____cpython.yaml index 6425489..3488195 100644 --- a/.ci_support/linux_ppc64le_python3.9.____cpythonpython_implcpython.yaml +++ b/.ci_support/linux_ppc64le_python3.9.____cpython.yaml @@ -20,12 +20,8 @@ pin_run_as_build: max_pin: x.x python: - 3.9.* *_cpython -python_impl: -- cpython target_platform: - linux-ppc64le zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - python_impl diff --git a/.ci_support/osx_64_python3.10.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_python3.10.____cpython.yaml similarity index 89% rename from .ci_support/osx_64_python3.10.____cpythonpython_implcpython.yaml rename to .ci_support/osx_64_python3.10.____cpython.yaml index c2fcbfd..51b336d 100644 --- a/.ci_support/osx_64_python3.10.____cpythonpython_implcpython.yaml +++ b/.ci_support/osx_64_python3.10.____cpython.yaml @@ -20,12 +20,8 @@ pin_run_as_build: max_pin: x.x python: - 3.10.* *_cpython -python_impl: -- cpython target_platform: - osx-64 zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - python_impl diff --git a/.ci_support/osx_64_python3.7.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_python3.7.____cpython.yaml similarity index 89% rename from .ci_support/osx_64_python3.7.____cpythonpython_implcpython.yaml rename to .ci_support/osx_64_python3.7.____cpython.yaml index b0a9ee5..1533b60 100644 --- a/.ci_support/osx_64_python3.7.____cpythonpython_implcpython.yaml +++ b/.ci_support/osx_64_python3.7.____cpython.yaml @@ -20,12 +20,8 @@ pin_run_as_build: max_pin: x.x python: - 3.7.* *_cpython -python_impl: -- cpython target_platform: - osx-64 zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - python_impl diff --git a/.ci_support/osx_64_python3.8.____73_pypypython_implpypy.yaml b/.ci_support/osx_64_python3.8.____73_pypy.yaml similarity index 89% rename from .ci_support/osx_64_python3.8.____73_pypypython_implpypy.yaml rename to .ci_support/osx_64_python3.8.____73_pypy.yaml index cb635a6..9660f86 100644 --- a/.ci_support/osx_64_python3.8.____73_pypypython_implpypy.yaml +++ b/.ci_support/osx_64_python3.8.____73_pypy.yaml @@ -20,12 +20,8 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_73_pypy -python_impl: -- pypy target_platform: - osx-64 zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - python_impl diff --git a/.ci_support/osx_64_python3.8.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_python3.8.____cpython.yaml similarity index 89% rename from .ci_support/osx_64_python3.8.____cpythonpython_implcpython.yaml rename to .ci_support/osx_64_python3.8.____cpython.yaml index 681a68a..dc8bf23 100644 --- a/.ci_support/osx_64_python3.8.____cpythonpython_implcpython.yaml +++ b/.ci_support/osx_64_python3.8.____cpython.yaml @@ -20,12 +20,8 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_cpython -python_impl: -- cpython target_platform: - osx-64 zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - python_impl diff --git a/.ci_support/osx_64_python3.9.____73_pypypython_implpypy.yaml b/.ci_support/osx_64_python3.9.____73_pypy.yaml similarity index 89% rename from .ci_support/osx_64_python3.9.____73_pypypython_implpypy.yaml rename to .ci_support/osx_64_python3.9.____73_pypy.yaml index 9915151..dc2382e 100644 --- a/.ci_support/osx_64_python3.9.____73_pypypython_implpypy.yaml +++ b/.ci_support/osx_64_python3.9.____73_pypy.yaml @@ -20,12 +20,8 @@ pin_run_as_build: max_pin: x.x python: - 3.9.* *_73_pypy -python_impl: -- pypy target_platform: - osx-64 zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - python_impl diff --git a/.ci_support/osx_64_python3.9.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_python3.9.____cpython.yaml similarity index 89% rename from .ci_support/osx_64_python3.9.____cpythonpython_implcpython.yaml rename to .ci_support/osx_64_python3.9.____cpython.yaml index 95bc57b..3f37065 100644 --- a/.ci_support/osx_64_python3.9.____cpythonpython_implcpython.yaml +++ b/.ci_support/osx_64_python3.9.____cpython.yaml @@ -20,12 +20,8 @@ pin_run_as_build: max_pin: x.x python: - 3.9.* *_cpython -python_impl: -- cpython target_platform: - osx-64 zip_keys: - - c_compiler_version - cxx_compiler_version -- - python - - python_impl diff --git a/.ci_support/osx_arm64_python3.10.____cpython.yaml b/.ci_support/osx_arm64_python3.10.____cpython.yaml new file mode 100644 index 0000000..7f28b56 --- /dev/null +++ b/.ci_support/osx_arm64_python3.10.____cpython.yaml @@ -0,0 +1,27 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +c_compiler: +- clang +c_compiler_version: +- '14' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '14' +macos_machine: +- arm64-apple-darwin20.0.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +target_platform: +- osx-arm64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/osx_arm64_python3.8.____cpython.yaml b/.ci_support/osx_arm64_python3.8.____cpython.yaml new file mode 100644 index 0000000..0107220 --- /dev/null +++ b/.ci_support/osx_arm64_python3.8.____cpython.yaml @@ -0,0 +1,27 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +c_compiler: +- clang +c_compiler_version: +- '14' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '14' +macos_machine: +- arm64-apple-darwin20.0.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +target_platform: +- osx-arm64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/osx_arm64_python3.9.____cpython.yaml b/.ci_support/osx_arm64_python3.9.____cpython.yaml new file mode 100644 index 0000000..ad21022 --- /dev/null +++ b/.ci_support/osx_arm64_python3.9.____cpython.yaml @@ -0,0 +1,27 @@ +MACOSX_DEPLOYMENT_TARGET: +- '11.0' +c_compiler: +- clang +c_compiler_version: +- '14' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '14' +macos_machine: +- arm64-apple-darwin20.0.0 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +target_platform: +- osx-arm64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/win_64_python3.10.____cpythonpython_implcpython.yaml b/.ci_support/win_64_python3.10.____cpython.yaml similarity index 79% rename from .ci_support/win_64_python3.10.____cpythonpython_implcpython.yaml rename to .ci_support/win_64_python3.10.____cpython.yaml index b704072..ac8a535 100644 --- a/.ci_support/win_64_python3.10.____cpythonpython_implcpython.yaml +++ b/.ci_support/win_64_python3.10.____cpython.yaml @@ -12,10 +12,5 @@ pin_run_as_build: max_pin: x.x python: - 3.10.* *_cpython -python_impl: -- cpython target_platform: - win-64 -zip_keys: -- - python - - python_impl diff --git a/.ci_support/win_64_python3.7.____cpythonpython_implcpython.yaml b/.ci_support/win_64_python3.7.____cpython.yaml similarity index 78% rename from .ci_support/win_64_python3.7.____cpythonpython_implcpython.yaml rename to .ci_support/win_64_python3.7.____cpython.yaml index ff1f0b0..7dcad13 100644 --- a/.ci_support/win_64_python3.7.____cpythonpython_implcpython.yaml +++ b/.ci_support/win_64_python3.7.____cpython.yaml @@ -12,10 +12,5 @@ pin_run_as_build: max_pin: x.x python: - 3.7.* *_cpython -python_impl: -- cpython target_platform: - win-64 -zip_keys: -- - python - - python_impl diff --git a/.ci_support/win_64_python3.8.____73_pypy.yaml b/.ci_support/win_64_python3.8.____73_pypy.yaml new file mode 100644 index 0000000..ed2bbee --- /dev/null +++ b/.ci_support/win_64_python3.8.____73_pypy.yaml @@ -0,0 +1,16 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_73_pypy +target_platform: +- win-64 diff --git a/.ci_support/win_64_python3.8.____cpythonpython_implcpython.yaml b/.ci_support/win_64_python3.8.____cpython.yaml similarity index 78% rename from .ci_support/win_64_python3.8.____cpythonpython_implcpython.yaml rename to .ci_support/win_64_python3.8.____cpython.yaml index dbbe315..8e868f8 100644 --- a/.ci_support/win_64_python3.8.____cpythonpython_implcpython.yaml +++ b/.ci_support/win_64_python3.8.____cpython.yaml @@ -12,10 +12,5 @@ pin_run_as_build: max_pin: x.x python: - 3.8.* *_cpython -python_impl: -- cpython target_platform: - win-64 -zip_keys: -- - python - - python_impl diff --git a/.ci_support/win_64_python3.9.____73_pypy.yaml b/.ci_support/win_64_python3.9.____73_pypy.yaml new file mode 100644 index 0000000..d263f8d --- /dev/null +++ b/.ci_support/win_64_python3.9.____73_pypy.yaml @@ -0,0 +1,16 @@ +c_compiler: +- vs2019 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- vs2019 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_73_pypy +target_platform: +- win-64 diff --git a/.ci_support/win_64_python3.9.____cpythonpython_implcpython.yaml b/.ci_support/win_64_python3.9.____cpython.yaml similarity index 78% rename from .ci_support/win_64_python3.9.____cpythonpython_implcpython.yaml rename to .ci_support/win_64_python3.9.____cpython.yaml index 890bb5e..bdcfae1 100644 --- a/.ci_support/win_64_python3.9.____cpythonpython_implcpython.yaml +++ b/.ci_support/win_64_python3.9.____cpython.yaml @@ -12,10 +12,5 @@ pin_run_as_build: max_pin: x.x python: - 3.9.* *_cpython -python_impl: -- cpython target_platform: - win-64 -zip_keys: -- - python - - python_impl diff --git a/README.md b/README.md index b6d36f4..27328c5 100644 --- a/README.md +++ b/README.md @@ -31,157 +31,234 @@ Current build status
Variant | Status | |
---|---|---|
linux_64_python3.10.____cpythonpython_implcpython | +linux_64_python3.10.____cpython | - + |
linux_64_python3.7.____cpythonpython_implcpython | +linux_64_python3.7.____cpython | - + |
linux_64_python3.8.____73_pypypython_implpypy | +linux_64_python3.8.____73_pypy | - + |
linux_64_python3.8.____cpythonpython_implcpython | +linux_64_python3.8.____cpython | - + |
linux_64_python3.9.____73_pypypython_implpypy | +linux_64_python3.9.____73_pypy | - + |
linux_64_python3.9.____cpythonpython_implcpython | +linux_64_python3.9.____cpython | - + |
linux_aarch64_python3.10.____cpythonpython_implcpython | +linux_aarch64_python3.10.____cpython | - + |
linux_aarch64_python3.8.____cpythonpython_implcpython | +linux_aarch64_python3.7.____cpython | - + |
linux_aarch64_python3.9.____cpythonpython_implcpython | +linux_aarch64_python3.8.____73_pypy | - + |
linux_ppc64le_python3.10.____cpythonpython_implcpython | +linux_aarch64_python3.8.____cpython | - + |
linux_ppc64le_python3.8.____cpythonpython_implcpython | +linux_aarch64_python3.9.____73_pypy | - + |
linux_ppc64le_python3.9.____cpythonpython_implcpython | +linux_aarch64_python3.9.____cpython | - + |
osx_64_python3.10.____cpythonpython_implcpython | +linux_ppc64le_python3.10.____cpython | - + |
osx_64_python3.7.____cpythonpython_implcpython | +linux_ppc64le_python3.7.____cpython | - + |
osx_64_python3.8.____73_pypypython_implpypy | +linux_ppc64le_python3.8.____73_pypy | - + |
osx_64_python3.8.____cpythonpython_implcpython | +linux_ppc64le_python3.8.____cpython | - + |
osx_64_python3.9.____73_pypypython_implpypy | +linux_ppc64le_python3.9.____73_pypy | - + |
osx_64_python3.9.____cpythonpython_implcpython | +linux_ppc64le_python3.9.____cpython | - + |
win_64_python3.10.____cpythonpython_implcpython | +osx_64_python3.10.____cpython | - + |
win_64_python3.7.____cpythonpython_implcpython | +osx_64_python3.7.____cpython | - + |
win_64_python3.8.____cpythonpython_implcpython | +osx_64_python3.8.____73_pypy | - + |
win_64_python3.9.____cpythonpython_implcpython | +osx_64_python3.8.____cpython | - + + + | +
osx_64_python3.9.____73_pypy | ++ + + + | +|
osx_64_python3.9.____cpython | ++ + + + | +|
osx_arm64_python3.10.____cpython | ++ + + + | +|
osx_arm64_python3.8.____cpython | ++ + + + | +|
osx_arm64_python3.9.____cpython | ++ + + + | +|
win_64_python3.10.____cpython | ++ + + + | +|
win_64_python3.7.____cpython | ++ + + + | +|
win_64_python3.8.____73_pypy | ++ + + + | +|
win_64_python3.8.____cpython | ++ + + + | +|
win_64_python3.9.____73_pypy | ++ + + + | +|
win_64_python3.9.____cpython | ++ + |