ci: also offer tests with Python 3.13
Python3.13 is du to be released soon. We better make sure we work with it.
--- 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: