mirror of
https://github.com/muziing/Py2exe-GUI.git
synced 2025-01-13 16:42:54 +08:00
f3ab71f32c
根据 <https://github.com/pyinstaller/pyinstaller/issues/7992#issuecomment-1849304909> ,在 Python 3.12.1中已经可以使用 PyInstaller,故将本项目也恢复对 Python 3.12 的支持;
6 lines
364 B
Plaintext
6 lines
364 B
Plaintext
pyside6-addons==6.6.1 ; python_version >= "3.8" and python_version < "3.13"
|
|
pyside6-essentials==6.6.1 ; python_version >= "3.8" and python_version < "3.13"
|
|
pyside6==6.6.1 ; python_version >= "3.8" and python_version < "3.13"
|
|
pyyaml==6.0.1 ; python_version >= "3.8" and python_version < "3.13"
|
|
shiboken6==6.6.1 ; python_version >= "3.8" and python_version < "3.13"
|