Skip to content

Commit 3b6acc8

Browse files
committed
Update pyproject.toml
1 parent 8c6c04c commit 3b6acc8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ dependencies = [
2727
]
2828
keywords = ['openai', 'pyqt', 'pyqt5', 'pyqt6', 'pyside6', 'desktop', 'app', 'chatbot', 'gpt', 'replicate', 'gemini', 'claude', 'llama', 'llm', 'gpt4free']
2929

30-
requires-python = "<3.13, >=3.9"
31-
# PySide6 doesn't support Python 3.13 yet
30+
requires-python = "<3.13, >=3.10"
31+
# PySide6 is not available for Python 3.13 yet
32+
# Also below 3.10, Error occurs in Shiboken (which is part of PySide6)
3233

3334
classifiers = [
3435
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)