libtcod / python-tcod

A high-performance Python port of libtcod. Includes the libtcodpy module for backwards compatibility with older projects.
BSD 2-Clause "Simplified" License
404 stars 37 forks source link

Add Linux AArch64 wheel build support #113

Closed odidev closed 2 years ago

odidev commented 2 years ago

Added linux aarch64 wheel build support. Related to https://github.com/libtcod/python-tcod/issues/112, @HexDecimal Could you please review this PR?

HexDecimal commented 2 years ago

I don't mind supporting aarch64. Your new job seems to take a long time but I'm not sure if that will ever be a problem. I don't think I'm doing anything which will make aarch64 difficult to support.

Is there anything you'd need to do beyond this PR?

odidev commented 2 years ago

@HexDecimal, The wheel is getting built and uploaded successfully through this PR and nothing else is required to be done.