Skip to content

Commit 8bbc232

Browse files
committed
Bump min version for pygame to avoid crashing bug
1 parent 0b016dd commit 8bbc232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
include_package_data=True,
2424
install_requires=[
2525
"numpy",
26-
"pygame",
26+
"pygame>=2.5.2",
2727
"polib>=0.7",
2828
],
2929
entry_points={

0 commit comments

Comments
 (0)