Skip to content

Commit 1c8064c

Browse files
committed
Remove outdated version block
1 parent 7904d0f commit 1c8064c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tcod/sdl/_internal.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ def __exit__(
5757
) -> bool:
5858
if exc_type is None:
5959
return False
60-
if _sys.version_info < (3, 8):
61-
return False
6260
_sys.unraisablehook(_UnraisableHookArgs(exc_type, value, traceback, None, self.obj))
6361
return True
6462

0 commit comments

Comments
 (0)