ci: also offer tests with Python 3.13
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 10 Oct 2024 17:55:50 +0200
changeset 51994 baf9e3a8fd14
parent 51993 daeb85ebee48
child 51995 23cc79e04c28
ci: also offer tests with Python 3.13 Python3.13 is du to be released soon. We better make sure we work with it.
contrib/heptapod-ci.yml
--- 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: