anaconda / nb_conda_kernels

Package for managing conda environment-based kernels inside of Jupyter
BSD 3-Clause "New" or "Revised" License
601 stars 70 forks source link

Build for Python 3.8 #154

Closed lengau closed 4 years ago

lengau commented 4 years ago

We're looking to move our dev environment to 3.8, but currently this is our blocker

It looks like there's a Python 3.8 build on conda-forge that seems to work just fine on a manual install. Can I make a PR that enables the build for 3.8 or do you have blockers? (I couldn't find anything)

mcg1969 commented 4 years ago

Sorry for the delay—I'll work this into the PR I'm currently working on

mcg1969 commented 4 years ago

Keep in mind, however, that the right thing to do is built a noarch package and then test it on a matrix of Pythons.

mcg1969 commented 4 years ago

We're doing this now in current CI. Can't speak for conda-forge but I'm reasonably sure they are as well.