I am planning to introduce py-polkadot-sdk usage into my project. I am using Alpine container in my CI. Alpine uses musl instead of glic.
Following dependencies do not provide musl wheels for Python 3.14:
There is no urgency, py-polkadot-sdk can still be installed on glic systems with Python 3.14. The job using Py3.14 in my CI would be failing.
I don’t know why is there only two wheels for Python 3.14 (glic), while the others variants are missing. Can it be because v0.3.0 was released before Py3.14 was released? Would maturin generate-ci github > .github/workflows/CI.yml help here?
Thanks in advance. Let me know if I can help.
I am planning to introduce
py-polkadot-sdkusage into my project. I am using Alpine container in my CI. Alpine usesmuslinstead ofglic.Following dependencies do not provide musl wheels for Python 3.14:
py-bip39py-ed25519There is no urgency,
py-polkadot-sdkcan still be installed onglicsystems with Python 3.14. The job using Py3.14 in my CI would be failing.I don’t know why is there only two wheels for Python 3.14 (glic), while the others variants are missing. Can it be because v0.3.0 was released before Py3.14 was released? Would
maturin generate-ci github > .github/workflows/CI.ymlhelp here?Thanks in advance. Let me know if I can help.