pytogo / portforward

Kubernetes Port-Forward Go-Edition For Python
https://portforward.readthedocs.io
MIT License
17 stars 6 forks source link

Provide a Python 3.12 wheel #37

Closed EraYaN closed 4 months ago

EraYaN commented 4 months ago

Description

PLease provide a 3.12 wheel, the dependency on rust is a pretty large burden for a simple pip install. c compilers are almost always there but no rust toolchain.

What I Did

pip install portforward
corka149 commented 4 months ago

Hi @EraYaN

sure I will upload them today and tomorrow.

corka149 commented 4 months ago

The wheels are available for windows, macos and Linux for x86_64. For ARM I have to start working on a GitHub release action this weekend.

EraYaN commented 4 months ago

Thanks! That works for us. I'll leave this open to track the ARM wheels.

corka149 commented 4 months ago

I created a Github action that builds several new wheels. (Including x64 and aarch64)

Now a new python version and new lib version should be a breeze. :smile: