Skip to content

Add Python 3.13 support in CI #21

@PaTara43

Description

@PaTara43

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions