-
Notifications
You must be signed in to change notification settings - Fork 74
How to test a new Python version
Konstantinos Tsilimparis edited this page Jul 22, 2026
·
6 revisions
An example is PR #504, which added Python 3.13 support.
Make sure all the dependencies in the toml support Python 3.13. If necessary increase their lower or upper bounds
eg:
requires-python = ">=3.11,<3.13" # before
requires-python = ">=3.11,<3.14" # afterUpdate .github/workflows/testing.yml to use the new Python version.
- Update
.github/workflows/run-notebooks.ymlto use the new Python version. - Commit with tag [full doc]
- Once the action is finished, the new notebooks are commited to the website
- Check the diffs and keep the new notebooks in the website