ansible-collections / hetzner.hcloud

A collection to manage resources on Hetzner Cloud
https://galaxy.ansible.com/ui/repo/published/hetzner/hcloud
GNU General Public License v3.0
100 stars 35 forks source link

ci: use latest python version for ansible devel jobs #436

Closed jooola closed 6 months ago

jooola commented 6 months ago
SUMMARY

For each job, we use the oldest python version supported for the given ansible-core version. Now, for the ansible-core devel version, we use the most recent version of python supported.

This ensure that we are compatible with all python version.