Mercurial > hg
changeset 51994:baf9e3a8fd14
ci: also offer tests with Python 3.13
Python3.13 is du to be released soon. We better make sure we work with it.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 10 Oct 2024 17:55:50 +0200 |
parents | daeb85ebee48 |
children | 23cc79e04c28 |
files | contrib/heptapod-ci.yml |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/heptapod-ci.yml Sat Oct 12 03:07:52 2024 +0200 +++ b/contrib/heptapod-ci.yml Thu Oct 10 17:55:50 2024 +0200 @@ -114,6 +114,18 @@ variables: PYTHON: python3.12 +test-3.13-c: + <<: *test_c + when: manual # avoid overloading the CI by default + variables: + PYTHON: python3.13 + +test-3.13-rust: + <<: *test_rust + when: manual # avoid overloading the CI by default + variables: + PYTHON: python3.13 + check-pytype: extends: .runtests_template before_script: