I haven't yet grokked the seemingly complex build tools for this project, but I was just bitten by the fact that cefpython doesn't support python 3.8.
Is there a reason the python version requirements aren't specified in setup.py with python_requires? Interpreter version constraints should be specified there so the project can't be installed in unsupported python versions unless there's some other reason python_requires can't be used.
I haven't yet grokked the seemingly complex build tools for this project, but I was just bitten by the fact that cefpython doesn't support python 3.8.
Is there a reason the python version requirements aren't specified in setup.py with
python_requires? Interpreter version constraints should be specified there so the project can't be installed in unsupported python versions unless there's some other reasonpython_requirescan't be used.