Skip to content

Commit 2985d0c

Browse files
committed
feat: Build for Python 3.11 (also updates conda-forge-pinning)
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.
1 parent 18f988d commit 2985d0c

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

bioconda_utils/bioconda_utils-conda_build_config.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ libxml2:
3737
- "2.11.*"
3838

3939
python:
40+
- 3.11.* *_cpython
4041
- 3.10.* *_cpython
4142
- 3.9.* *_cpython
4243
- 3.8.* *_cpython
@@ -46,12 +47,14 @@ python_impl:
4647
- cpython
4748
- cpython
4849
- cpython
50+
- cpython
4951

5052
# Warning! This needs to both match the length of python and python_impl but ALSO match what conda-forge is using/has used!
5153
numpy:
52-
- 1.21.*
53-
- 1.21.*
54-
- 1.21.*
54+
- 1.23.*
55+
- 1.22.*
56+
- 1.22.*
57+
- 1.22.*
5558

5659
channel_sources:
5760
- conda-forge,bioconda,defaults

bioconda_utils/bioconda_utils-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jsonschema=3.2.* # JSON schema verification
2323
pyopenssl>=22.1 # Stay compatible with cryptography
2424

2525
# pinnings
26-
conda-forge-pinning=2023.05.06.13.08.41
26+
conda-forge-pinning=2024.03.06.07.52.39
2727

2828
# tools
2929
anaconda-client=1.6.* # anaconda_upload
@@ -76,4 +76,4 @@ diskcache =5.*
7676
appdirs =1.*
7777

7878
# build failure output
79-
tabulate =0.9
79+
tabulate =0.9

0 commit comments

Comments
 (0)