freeipa / ansible-freeipa

Ansible roles and modules for FreeIPA
GNU General Public License v3.0
489 stars 232 forks source link

upstream CI: Pin Python version to 3.11 #1157

Closed rjeffman closed 10 months ago

rjeffman commented 11 months ago

After Azure updated available Python to version 3.12, test image preparation started to fail.

The fix is to pin python version to the latest is the 3.11 series until we can run tests with Python 3.12.

Note that only the first commit should be applied (55b8729). Other commits come from PR #1148 and are present only to fix test selection.

t-woerner commented 10 months ago

Thanks for the fix!