conda-build icon indicating copy to clipboard operation
conda-build copied to clipboard

Python 3.11 support

Open kenodegard opened this issue 3 years ago • 3 comments

Description

Need to investigate changes necessary to support Python 3.11.

Tasks

  • [ ] distutils is deprecated in stdlib

  • [x] Get Python 3.11 build (even if alpha) to test conda and conda-build (@chenghlee?) channel py311_bs

  • [ ] Review 3.11 release notes to see if other (packaging) related changes are expected

  • [ ] Add 3.11 to test matrixes (e.g. conda: https://github.com/conda/conda/pull/11481)

kenodegard avatar Jan 27 '22 19:01 kenodegard

@chenghlee Can you ask the packaging team to look into whether we can/should build a Python 3.11 early release package to a separate channel (conda-canary?) to try this out? We could set up the CI system to use the channel while it hasn't officially been released yet to be part of defaults.

jezdez avatar Aug 08 '22 17:08 jezdez

if the package is released as a beta version, it won't be selected for installation unless explicitly requested, so per that understanding, it shouldn't be problematic to release to main either? making the beta releases generally available should help other packages with their testing too

kenodegard avatar Aug 08 '22 17:08 kenodegard

Depends on conda/conda#11170

kenodegard avatar Aug 22 '22 16:08 kenodegard

Python 3.11 support will be available in conda-build 3.25.0 release.

kenodegard avatar May 17 '23 16:05 kenodegard