diff --git a/bioconda_utils/bioconda_utils-conda_build_config.yaml b/bioconda_utils/bioconda_utils-conda_build_config.yaml index d0af4b8ac7..b0be2179f7 100644 --- a/bioconda_utils/bioconda_utils-conda_build_config.yaml +++ b/bioconda_utils/bioconda_utils-conda_build_config.yaml @@ -37,6 +37,7 @@ libxml2: - "2.11.*" python: + - 3.11.* *_cpython - 3.10.* *_cpython - 3.9.* *_cpython - 3.8.* *_cpython @@ -46,12 +47,14 @@ python_impl: - cpython - cpython - cpython + - cpython # Warning! This needs to both match the length of python and python_impl but ALSO match what conda-forge is using/has used! numpy: - - 1.21.* - - 1.21.* - - 1.21.* + - 1.23.* + - 1.22.* + - 1.22.* + - 1.22.* channel_sources: - conda-forge,bioconda,defaults diff --git a/bioconda_utils/bioconda_utils-requirements.txt b/bioconda_utils/bioconda_utils-requirements.txt index db098c3f69..60cd5c67a2 100644 --- a/bioconda_utils/bioconda_utils-requirements.txt +++ b/bioconda_utils/bioconda_utils-requirements.txt @@ -23,7 +23,7 @@ jsonschema=3.2.* # JSON schema verification pyopenssl>=22.1 # Stay compatible with cryptography # pinnings -conda-forge-pinning=2023.05.06.13.08.41 +conda-forge-pinning=2024.03.06.07.52.39 # tools anaconda-client=1.6.* # anaconda_upload @@ -76,4 +76,4 @@ diskcache =5.* appdirs =1.* # build failure output -tabulate =0.9 \ No newline at end of file +tabulate =0.9