Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Arch Linux switched to Python 3.12 #178

Merged
merged 1 commit into from
Apr 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
# devel
- ansible: devel
docker_container: quay.io/ansible-community/test-image:archlinux
python_version: '3.11'
python_version: '3.12'
sops_version: latest
- ansible: devel
docker_container: quay.io/ansible-community/test-image:debian-bookworm
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
# Install latest sops
- ansible: devel
docker_container: quay.io/ansible-community/test-image:archlinux
python_version: '3.11'
python_version: '3.12'
target: gha/install/3/
github_latest_detection: auto
# NOTE: we're installing with git to work around Galaxy being a huge PITA (https://github.com/ansible/galaxy/issues/2429)
Expand Down