Skip to content

Commit 20a190f

Browse files
committed
Note SDL requirements have changed.
1 parent 5602fc4 commit 20a190f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For the most part it's just::
4848
==============
4949
* Python 3.7+
5050
* Windows, Linux, or MacOS X 10.9+.
51-
* On Linux, requires libsdl2 (2.0.5+).
51+
* On Linux, requires libsdl2 (2.0.10+).
5252

5353
===========
5454
Changelog

build_sdl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
BITSIZE, LINKAGE = platform.architecture()
1919

20+
# Reject versions of SDL older than this, update the requirements in the readme if you change this.
2021
SDL_MIN_VERSION = (2, 0, 10)
2122
# The SDL2 version to parse and export symbols from.
2223
SDL2_PARSE_VERSION = os.environ.get("SDL_VERSION", "2.0.20")

0 commit comments

Comments
 (0)