Bump pyinstaller to 6.3.* (#11175)

This commit is contained in:
Avasam
2023-12-17 16:47:29 -05:00
committed by GitHub
parent 33df486ba2
commit d3bf2805b4
5 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version = "6.2.*"
version = "6.3.*"
upstream_repository = "https://github.com/pyinstaller/pyinstaller"
requires = ["types-setuptools"]
requires_python = ">=3.8"