Skip to content

Commit

Permalink
feat: Build for Python 3.11 (also updates conda-forge-pinning)
Browse files Browse the repository at this point in the history
Also build python-version-specific packages for Python 3.11.*, now that
conda-forge's migration is complete. Update to current conda-forge-pinning
and update our numpy pinning to align with conda-forge's.
  • Loading branch information
jmarshall committed Mar 6, 2024
1 parent 18f988d commit 2985d0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions bioconda_utils/bioconda_utils-conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ libxml2:
- "2.11.*"

python:
- 3.11.* *_cpython
- 3.10.* *_cpython
- 3.9.* *_cpython
- 3.8.* *_cpython
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions bioconda_utils/bioconda_utils-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -76,4 +76,4 @@ diskcache =5.*
appdirs =1.*

# build failure output
tabulate =0.9
tabulate =0.9

0 comments on commit 2985d0c

Please sign in to comment.