conda-forge core meeting 2024-06-26
Add new agenda items under the Your __new__() agenda items heading
Attendees
| Name | Initials | GitHub ID | Affiliation | 
|---|---|---|---|
| Dasha Gurova | DG | dashagurova | Anaconda | 
| Filipe Fernandes | FF | ocefpaf | conda-forge | 
| Klaus Zimmermann | KZ | zklaus | Quansight | 
| John Kirkham | JK | jakirkham | NVIDA/cf | 
| Wolf Vollprecht | WV | wolfv | Prefix/cf | 
9 people total
Standing items
- [ ]
 
From previous meeting(s)
- [ ]
 
Active votes
- [ ]
 
Your new() agenda items
- (WV) Can we merge the conda-smithy / rattler-build PR? https://github.com/conda-forge/conda-smithy/pull/1876
 - (DG) Anaconda.org website features EOL - Environments, Notebooks, Projects - Aug 24, 2024
 - (IF) Combined R 4.4 and MinGW UCRT migration
 - (FF) Use Python 3.x on host and Python >=3.x when building noarch packages. We are getting tons of issues like https://github.com/conda-forge/urllib3-feedstock/issues/84 as Python is released more frequently and b/c the bot does not use grayskull to update Python, only the other dependencies.
 
suggestion:
requirements:
  host:
    - python 3.8.*
  run:
    # option 1
    - python >=3.8
    # option 2
    - {{ pin_compatible("python", max_pin=None) }}
test:
  requires:
    - python 3.8.*
current:
requirements:
  host:
    - python >=3.8
  run:
    - python >=3.8
Pushed to next meeting
- [ ]
 
CFEPs
- [ ]