File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 88
99Unreleased
1010------------------
11+ Changed
12+ - Now bundles SDL 2.0.14 for MacOS.
13+
1114Removed
1215 - Python 3.5 is no longer supported.
1316 - The `tdl ` module has been dropped.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ For the most part it's just::
4848==============
4949 Requirements
5050==============
51- * Python 3.5 +
51+ * Python 3.6 +
5252* Windows, Linux, or MacOS X 10.9+.
5353* On Linux, requires libsdl2 (2.0.5+).
5454
Original file line number Diff line number Diff line change 2525SDL2_PARSE_VERSION = os .environ .get ("SDL_VERSION" , "2.0.5" )
2626
2727# The SDL2 version to include in binary distributions.
28- # MacOS delocate-wheel will fail without throwing an error when bundling
29- # modern versions of SDL.
3028SDL2_BUNDLE_VERSION = os .environ .get ("SDL_VERSION" , "2.0.14" )
3129
3230HEADER_PARSE_PATHS = ("tcod/" , "libtcod/src/libtcod/" )
You can’t perform that action at this time.
0 commit comments