Skip to content
Merged
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
2 changes: 1 addition & 1 deletion bioconda_utils/bioconda_utils-conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bamtools:
# NOTE: Workaround https://github.com/conda/conda-build/issues/3974 we slightly alter the values
# from conda-forge-pinnings here (inserting '.*' or ' ' which should be ignored later on).
r_base:
- "4.4.*"
- "4.5.*"

# # conda-forge-pinning just got updated to build for Py 3.12 by default.
# # In case we want to drop 3.8 before conda-forge does, we can use the following:
Expand Down
2 changes: 1 addition & 1 deletion bioconda_utils/bioconda_utils-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# so please keep that documentation up to date as they change

# pinnings
conda-forge-pinning=2024.11.29.12.37.53
conda-forge-pinning=2026.01.07.13.16.30

# basics
python=3.12.*
Expand Down
Loading