Skip to content

Commit e5d6b02

Browse files
authored
Ansible-core devel EE: use Python 3.12. (#172)
1 parent 68edf77 commit e5d6b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

antsibull-nox.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ test_playbooks = ["tests/ee/all.yml"]
7272
config.images.base_image.name = "docker.io/redhat/ubi9:latest"
7373
config.dependencies.ansible_core.package_pip = "https://github.com/ansible/ansible/archive/devel.tar.gz"
7474
config.dependencies.ansible_runner.package_pip = "ansible-runner"
75-
config.dependencies.python_interpreter.package_system = "python3.11 python3.11-pip python3.11-wheel python3.11-cryptography"
76-
config.dependencies.python_interpreter.python_path = "/usr/bin/python3.11"
75+
config.dependencies.python_interpreter.package_system = "python3.12 python3.12-pip python3.12-wheel python3.12-cryptography"
76+
config.dependencies.python_interpreter.python_path = "/usr/bin/python3.12"
7777
runtime_environment = {"ANSIBLE_PRIVATE_ROLE_VARS" = "true"}
7878

7979
[[sessions.ee_check.execution_environments]]

0 commit comments

Comments
 (0)