astrorigin / pyswisseph

Python extension to the Swiss Ephemeris
https://astrorigin.com/pyswisseph
GNU Affero General Public License v3.0
237 stars 65 forks source link

Support Python 3.12 #78

Closed d3cxxxx closed 1 month ago

d3cxxxx commented 1 month ago

Is there a plan to upgrade this library to support python 3.12 and also support aarch64 (arm-64 bit) platform (for linux instead of macos)?

Trying to run this as a lambda function on arm but facing a lot of issues. If this can be done using source code, please guide me on the requirements/process.

d3cxxxx commented 1 month ago

Was an error in my env. This does compile fine on x86_64 linux. Will open a separate issue if needed.