Ops → Python Requirements
Data license: MIT · Data source: Generated from Canonical documentation · About: version-query
2 rows
This data as json, CSV (advanced)
| ops_version ▼ | min_python_version | source |
|---|---|---|
| 2.x | 3.8 | https://github.com/canonical/operator/blob/2.23-maintenance/pyproject.toml |
| 3.x | 3.10 | https://github.com/canonical/operator/blob/main/pyproject.toml |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE ops_python (
ops_version TEXT PRIMARY KEY,
min_python_version TEXT,
source TEXT
) WITHOUT ROWID
;