File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ Changed
1212 - Now bundles SDL 2.0.14 for Windows/MacOS.
1313
1414Deprecated
15+ - Support for Python 3.5 will be dropped.
1516 - `tcod.console_load_xp ` has been deprecated, `tcod.console_from_xp ` can load
1617 these files without modifying an existing console.
17- - Support for Python 3.5 will be dropped soon.
1818
1919Fixed
2020 - `tcod.console_from_xp ` now has better error handling (instead of crashing.)
Original file line number Diff line number Diff line change 4444
4545if sys .version_info < (3 , 6 ):
4646 warnings .warn (
47- "Support for Python 3.5 is being dropped from python-tcod." ,
47+ "Support for Python 3.5 has been dropped from python-tcod." ,
4848 DeprecationWarning ,
4949 stacklevel = 2 ,
5050 )
You can’t perform that action at this time.
0 commit comments