cztomczak / cefpython

Python bindings for the Chromium Embedded Framework (CEF)
Other
3.08k stars 473 forks source link

There isn't a support for python version 3.10 #646

Open snehccurry opened 2 years ago

snehccurry commented 2 years ago

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.

cfc23 commented 6 months ago

What would it take to get this running on 3.10?