cefpython icon indicating copy to clipboard operation
cefpython copied to clipboard

There isn't a support for python version 3.10

Open snehccurry opened this issue 3 years ago • 1 comments

raise Exception("Python version not supported: " + sys.version) Exception: Python version not supported: 3.10.5 (tags/v3.10.5:f377153, Jun 6 2022, 16:14:13) [MSC v.1929 64 bit (AMD64)]

Ig we should have a system where you have a particular version of python already installed so that it doesn't rely on what version of python the user is using, ig if we can create that system then you won't have to update it every time a new version rolls out.

snehccurry avatar Jul 15 '22 20:07 snehccurry

What would it take to get this running on 3.10?

cfc23 avatar May 24 '24 21:05 cfc23