python-sgp4 icon indicating copy to clipboard operation
python-sgp4 copied to clipboard

Python 3.13 support (native libraries)

Open eric-upchurch opened this issue 11 months ago • 0 comments

First, thank you for all your work on this library!

We are in the process of moving to Python 3.13, and while the library itself is compatible, there are no native distributions compiled against Python 3.13, so the propagator falls back to pure-python mode, which is significantly slower.

Is it possible to compile and release native wheel files for Python 3.13?

eric-upchurch avatar Mar 13 '25 18:03 eric-upchurch