Skip to content

Commit 3b8af19

Browse files
committed
Upgrade the version of PySide6
更新 PySide6 版本至 `6.4.1`; 添加对 Python 3.11 的支持;
1 parent 284764d commit 3b8af19

3 files changed

Lines changed: 72 additions & 23 deletions

File tree

poetry.lock

Lines changed: 66 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repository = "https://github.com/muziing/Py2exe-GUI"
1010
exclude = ["src/py2exe_gui/Resources/Icons"]
1111

1212
[tool.poetry.dependencies]
13-
python = ">=3.7,<3.11"
14-
PySide6 = "~6.2.0" # latest LTS version
13+
python = ">=3.7,<3.12"
14+
pyside6 = "^6.4.0"
1515

1616
[tool.poetry.urls]
1717
"Bug Tracker" = "https://github.com/muziing/Py2exe-GUI/issues"

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
pyside6==6.2.4 ; python_version >= "3.7" and python_version < "3.11"
2-
shiboken6==6.2.4 ; python_version >= "3.7" and python_version < "3.11"
1+
pyside6-addons==6.4.1 ; python_version >= "3.7" and python_version < "3.12"
2+
pyside6-essentials==6.4.1 ; python_version >= "3.7" and python_version < "3.12"
3+
pyside6==6.4.1 ; python_version >= "3.7" and python_version < "3.12"
4+
shiboken6==6.4.1 ; python_version >= "3.7" and python_version < "3.12"

0 commit comments

Comments
 (0)