Skip to content

Commit 759e02d

Browse files
authored
Update pyinstaller requirement from <6.1,>=5 to >=5,<6.2 (#144)
Update pyinstaller requirement from <6.1,>=5 to >=5,<6.2
2 parents 5ade3c9 + 5de369d commit 759e02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/packaging.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
build>=0.9,<2
55
distro==1.8.* ; sys_platform == 'linux'
6-
pyinstaller>=5,<6.1
6+
pyinstaller>=5,<6.2
77
pyinstaller-hooks-contrib==2023.*
88
pypiwin32==223 ; sys_platform == 'win32'

0 commit comments

Comments
 (0)