-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.12 Support #252
Comments
I created a PR here: #253, however it required that Python 3.7 support was dropped. Not sure if this will cause anyone trouble. |
I am unable to get package working with 3.12.2. There seems to be no main in the package? Cannot use setup_theme and having problems with load_style sheet example. Installing with 3.11.3 worked fine for me. |
AttributeError: module 'qdarktheme' has no attribute 'setup_theme' |
+1 goddamn |
The reason for this error is that you have the very old |
The problem is that pip does not update beyond 0.1.7 if python version > 3.12 because of package requirements
My projects still working |
have the same issue. Please fix |
Any updates? |
Please add Python 3.12 support to https://github.com/5yutan5/PyQtDarkTheme/blob/main/pyproject.toml
The text was updated successfully, but these errors were encountered: