origen/_generated/
python.rs

1// THIS IS AN AUTO GENERATED FILE FROM CMD update_supported_python
2pub const MIN_PYTHON_VERSION: &str = "3.7.0";
3pub const PYTHONS: &[&str] = &[
4    "python",
5    "python3",
6    "python3.7",
7    "python3.8",
8    "python3.9",
9    "python3.10",
10    "python3.11",
11    "python3.12",
12];