-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
It seems like the runners don't automatically use Python 3.13, but htere is a way to add support manually (e.g. this and this). Are there any limitations on adding that? If not, is it possible to do so? Same goes for https://github.com/polkascan/py-ed25519-bindings and https://github.com/polkascan/py-sr25519-bindings
Thanks!
p.s. perhaps, the find-interpreter arg may be kept, but python version added on the previous step (source)
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '>=3.9 <3.14'
- run: python my_script.py
tubleronchik, LoSk-p, Vourhey and General-Beck
Metadata
Metadata
Assignees
Labels
No labels