ci: use Alpine 3.19 for Python 3.11

This commit is contained in:
Hugo Osvaldo Barrera 2025-08-25 16:49:16 +02:00
parent 162879df21
commit f8bcafa9d7

View file

@ -3,7 +3,7 @@
# TODO: It might make more sense to test with an older Ubuntu or Fedora version
# here, and consider that our "oldest suppported environment".
image: alpine/3.18 # python 3.11
image: alpine/3.19 # python 3.11
packages:
- docker
- docker-cli