chriskiehl / Gooey

Turn (almost) any Python command line program into a full GUI application with one line
MIT License
20.69k stars 1.02k forks source link

update release requirements for Python 3.11 on conda-forge #869

Open sbillinge opened 1 year ago

sbillinge commented 1 year ago

Thanks for a wonderful, gooey product!

We like to install everything from the conda-forge channel of conda. With the switch to Python 3.11 it is no longer possible to install from conda-forge. Is is possible to get the conda-forge feestock updated to allow installation of gooey from conda-forge?

I have a workaround to install for pip, but it would be really wonderful if it could be updated on conda-forge

Thanks so much in advance.

MuellerSeb commented 1 year ago

I guess the problem is this line: https://github.com/conda-forge/gooey-feedstock/blob/4083800274848616f97bc0059c3adb44ae606174/recipe/meta.yaml#L43

Since there is no package for wxpython<4.2 for python 3.11 on conda. Removing this cap should enable the migration to py3.11.

MuellerSeb commented 1 year ago

Just tried a PR: https://github.com/conda-forge/gooey-feedstock/pull/19