mirror of
https://github.com/actions/setup-python.git
synced 2025-06-28 21:53:47 +00:00
pyinstaller-update
This commit is contained in:
parent
ee13df0216
commit
5227ed36dc
3 changed files with 28 additions and 15 deletions
|
@ -7,7 +7,8 @@ authors = ["Your Name <you@example.com>"]
|
|||
[tool.poetry.dependencies]
|
||||
python = ">=3.8,<3.13"
|
||||
flake8 = "^4.0.1"
|
||||
pyinstaller = "5.13.1"
|
||||
pyinstaller = "5.13.1"
|
||||
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ pillow==7.2
|
|||
|
||||
pygments==2.6.1
|
||||
|
||||
pyinstaller==3.6
|
||||
pyinstaller==5.13.1
|
||||
|
||||
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue