We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5602fc4 commit 20a190fCopy full SHA for 20a190f
README.rst
@@ -48,7 +48,7 @@ For the most part it's just::
48
==============
49
* Python 3.7+
50
* Windows, Linux, or MacOS X 10.9+.
51
-* On Linux, requires libsdl2 (2.0.5+).
+* On Linux, requires libsdl2 (2.0.10+).
52
53
===========
54
Changelog
build_sdl.py
@@ -17,6 +17,7 @@
17
18
BITSIZE, LINKAGE = platform.architecture()
19
20
+# Reject versions of SDL older than this, update the requirements in the readme if you change this.
21
SDL_MIN_VERSION = (2, 0, 10)
22
# The SDL2 version to parse and export symbols from.
23
SDL2_PARSE_VERSION = os.environ.get("SDL_VERSION", "2.0.20")
0 commit comments