Skip to content

Commit 6f0224b

Browse files
committed
Fix out-of-date info.
1 parent 4b78c08 commit 6f0224b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ v2.0.0
88

99
Unreleased
1010
------------------
11+
Changed
12+
- Now bundles SDL 2.0.14 for MacOS.
13+
1114
Removed
1215
- Python 3.5 is no longer supported.
1316
- The `tdl` module has been dropped.

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
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

build_libtcod.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
SDL2_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.
3028
SDL2_BUNDLE_VERSION = os.environ.get("SDL_VERSION", "2.0.14")
3129

3230
HEADER_PARSE_PATHS = ("tcod/", "libtcod/src/libtcod/")

0 commit comments

Comments
 (0)