Skip to content

Commit

Permalink
Updated pysdl2 requireent. Closes bitcraze#425
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Aug 18, 2020
1 parent 7c9c340 commit 46a2a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def relative(lst, base=''):
platform_requires = []
platform_dev_requires = []
if sys.platform == 'win32' or sys.platform == 'darwin':
platform_requires = ['pysdl2==0.9.6']
platform_requires = ['pysdl2~=0.9.6']
if sys.platform == 'win32':
platform_dev_requires = ['cx_freeze==5.1.1', 'jinja2==2.10.3']

Expand Down

0 comments on commit 46a2a30

Please sign in to comment.