Show More
@@ -114,6 +114,18 test-3.12-rust: | |||||
114 | variables: |
|
114 | variables: | |
115 | PYTHON: python3.12 |
|
115 | PYTHON: python3.12 | |
116 |
|
116 | |||
|
117 | test-3.13-c: | |||
|
118 | <<: *test_c | |||
|
119 | when: manual # avoid overloading the CI by default | |||
|
120 | variables: | |||
|
121 | PYTHON: python3.13 | |||
|
122 | ||||
|
123 | test-3.13-rust: | |||
|
124 | <<: *test_rust | |||
|
125 | when: manual # avoid overloading the CI by default | |||
|
126 | variables: | |||
|
127 | PYTHON: python3.13 | |||
|
128 | ||||
117 | check-pytype: |
|
129 | check-pytype: | |
118 | extends: .runtests_template |
|
130 | extends: .runtests_template | |
119 | before_script: |
|
131 | before_script: |
General Comments 0
You need to be logged in to leave comments.
Login now