rlu:drop-python37

Last commit made on 2023-05-28
Get this branch:
git clone -b drop-python37 https://git.launchpad.net/rlu

Branch merges

Branch information

Name:
drop-python37
Repository:
lp:rlu

Recent commits

344cbbb... by Kyle Benesch <email address hidden>

Drop Python 3.7 support.

07bf13c... by Kyle Benesch <email address hidden>

Prepare 16.0.1 release.

66a0bd9... by Kyle Benesch <email address hidden>

Xfail tests when audio devices are missing.

4990592... by Kyle Benesch <email address hidden>

Run tests in CI with a timeout.

93114e2... by Kyle Benesch <email address hidden>

Fix multiple issues with tcod.sdl.audio

Adds much needed testing of the tcod.sdl.audio module.

Convert some asserts into real errors.

Handle exceptions raised in audio callback as unraisable.

98531c5... by Kyle Benesch <email address hidden>

Prepare 16.0.0 release.

eaf4571... by Kyle Benesch <email address hidden>

Fix audio device callback. Closes #128

Allow audio conversions of floating types other than float32.

Setup AudioDevice as a context manager and add a `__repr__` method.

37ec7c0... by Kyle Benesch <email address hidden>

Fixed many typos in the tcod.sdl package.

7d994ee... by Kyle Benesch <email address hidden>

Add missing docstring to Image.from_file class method.

c6967a8... by Kyle Benesch <email address hidden>

More libtcodpy deprecation.

Update samples to work with namespaces a little better.

Add missing SDL mouse feature.