CI: ansible-core devel drops support for Python 2.7 and 3.6 (#691)

* ansible-core devel drops support for Python 2.7 and 3.6.

* Force PyYAML 5.3.1 on Alpine.
This commit is contained in:
Felix Fontein
2023-10-04 23:22:08 +02:00
committed by GitHub
parent e7133f8b1b
commit 2c633dadeb
3 changed files with 18 additions and 13 deletions
@@ -0,0 +1,11 @@
---
# Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
docker_compose_packages:
- docker-compose
docker_compose_pip_packages:
- docker-compose
# Force PyYAML to 5.3.1
- PyYAML==5.3.1