补充修正 PySide6 版本信息与 `requirements.txt`
This commit is contained in:
muzing 2023-11-11 20:45:28 +08:00
parent 80bb539781
commit 29c8357b4f
5 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
<img alt="Python Version" src="https://img.shields.io/pypi/pyversions/py2exe-gui">
<a href="https://pypi.org/project/py2exe-gui/"><img alt="PyPI Version" src="https://img.shields.io/pypi/v/py2exe-gui"></a>
<a href="https://pypi.org/project/py2exe-gui/"><img alt="PyPI Downloads" src="https://img.shields.io/pypi/dm/py2exe-gui.svg?label=PyPI%20downloads"></a>
<a href="https://doc.qt.io/qtforpython/index.html"><img alt="PySide Version" src="https://img.shields.io/badge/PySide-6.4-blue"></a>
<a href="https://doc.qt.io/qtforpython/index.html"><img alt="PySide Version" src="https://img.shields.io/badge/PySide-6.6-blue"></a>
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
<a href="http://mypy-lang.org/"><img alt="Checked with mypy" src="https://img.shields.io/badge/mypy-checked-blue"></a>
</p>

View File

@ -7,7 +7,7 @@
<img alt="Python Version" src="https://img.shields.io/pypi/pyversions/py2exe-gui">
<a href="https://pypi.org/project/py2exe-gui/"><img alt="PyPI Version" src="https://img.shields.io/pypi/v/py2exe-gui"></a>
<a href="https://pypi.org/project/py2exe-gui/"><img alt="PyPI Downloads" src="https://img.shields.io/pypi/dm/py2exe-gui.svg?label=PyPI%20downloads"></a>
<a href="https://doc.qt.io/qtforpython/index.html"><img alt="PySide Version" src="https://img.shields.io/badge/PySide-6.4-blue"></a>
<a href="https://doc.qt.io/qtforpython/index.html"><img alt="PySide Version" src="https://img.shields.io/badge/PySide-6.6-blue"></a>
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
<a href="http://mypy-lang.org/"><img alt="Checked with mypy" src="https://img.shields.io/badge/mypy-checked-blue"></a>
</p>

2
poetry.lock generated
View File

@ -546,4 +546,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<3.13"
content-hash = "1fcdd6ecd9ef37d7076ace8f3c39ab52852ca8f9ae4914f69406756fc80cb8aa"
content-hash = "1596b37afad284ed40214b334a162148c7461a1df6358b24329705a55cf82020"

View File

@ -14,7 +14,7 @@ exclude = ["src/py2exe_gui/Resources/Icons", "src/py2exe_gui/Resources/Texts"]
[tool.poetry.dependencies]
python = ">=3.8,<3.13"
PySide6 = "^6.5.0"
PySide6 = "^6.6.0"
[tool.poetry.group.dev]

View File

@ -1,4 +1,4 @@
pyside6-addons==6.4.2 ; python_version >= "3.7" and python_version < "3.12"
pyside6-essentials==6.4.2 ; python_version >= "3.7" and python_version < "3.12"
pyside6==6.4.2 ; python_version >= "3.7" and python_version < "3.12"
shiboken6==6.4.2 ; python_version >= "3.7" and python_version < "3.12"
pyside6-addons==6.6.0 ; python_version >= "3.8" and python_version < "3.13"
pyside6-essentials==6.6.0 ; python_version >= "3.8" and python_version < "3.13"
pyside6==6.6.0 ; python_version >= "3.8" and python_version < "3.13"
shiboken6==6.6.0 ; python_version >= "3.8" and python_version < "3.13"