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

Package will not install because Gooey requires Python <3.11 #920

Open damienmarsic opened 4 weeks ago

damienmarsic commented 4 weeks ago

I have a Bioconda package, which I tested recently on a new miniconda3 installation. It refuses to install because Gooey requires Python < 3.11, and the default Python version is 3.12. Of course, I can install an older Python but it' s not about me. I would like my package to be user friendly and to just install and run without requiring the end user to do complicated things. Why not allowing Gooey to use any python higher than some version ? Is there a reason to put an upper limit ?