Files
codeql/.github/workflows
Paolo Tranquilli fe1e562f8d CI: fix python version
Turns out this is important for the black formatting tool to work
correctly. The formatting won't generally change between python versions
(it only depends on `black`'s version), but the formatted code needs to
be parseable by the system python version. One script uses
```python
def foo[T](x: T) -> T:
```
syntax, which is only supported in Python 3.12 and later.

Running `pre-commit` will now require a python 3.12 installation (which
is already what we mandate for internal developer environment setup).
The error in case of absence of such a version is pretty clear though.
2025-06-13 18:19:30 +02:00
..
2024-08-23 17:26:05 +02:00
2024-02-14 14:31:45 -05:00
2024-12-19 10:00:20 -05:00
2024-02-14 14:31:45 -05:00
2024-02-14 14:31:45 -05:00
2024-11-27 19:34:34 +01:00
2024-02-14 14:31:45 -05:00
2024-06-04 14:14:23 +02:00
2024-02-14 14:31:45 -05:00
2025-06-13 18:19:30 +02:00
2024-12-19 12:01:53 +01:00
2024-12-19 12:01:53 +01:00
2024-12-19 15:58:45 +01:00
2025-05-26 10:17:19 +02:00
2024-02-14 14:31:45 -05:00