Py2exe-GUI/requirements.txt
muzing f3ab71f32c Update supported Python versions
根据 <https://github.com/pyinstaller/pyinstaller/issues/7992#issuecomment-1849304909> ,在 Python 3.12.1中已经可以使用 PyInstaller,故将本项目也恢复对 Python 3.12 的支持;
2023-12-16 10:38:39 +08:00

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"