I’m working on updating the sphinx-autoapi feedstock, and they have these requirements:
- astroid >=2.7 #[py<312]
- astroid >=3.0 #[py>=312]
Will those selectors work?
I’m still a bit confused – this is certainly pure python package, i.e. no architecture specific, but apparently not completely Python-version independent.
Hmm – astroid itself is python-version-dependent. But there are builds of 3.* for python < 3.12, so this selector is needed (unless the upstream has it wrong…)