Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Python 3.11 to the build matrix #938

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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