Skip to content

Commit

Permalink
Update Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Aug 5, 2024
1 parent 251b7c2 commit 48454a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10
7 changes: 7 additions & 0 deletions zuul.d/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
- job:
name: ansible-collection-kubernetes-molecule-focal
parent: ansible-collection-kubernetes-molecule
vars:
# NOTE(mnaser): Ubuntu Focal ships with an old Python
python_use_pyenv: true
nodeset:
nodes:
- name: ubuntu-focal
Expand Down Expand Up @@ -80,6 +83,9 @@
- job:
name: ansible-collection-kubernetes-molecule-rockylinux8
parent: ansible-collection-kubernetes-molecule
vars:
# NOTE(mnaser): Rocky 8 ships with an old Python
python_use_pyenv: true
nodeset:
nodes:
- name: rockylinux8
Expand Down Expand Up @@ -108,6 +114,7 @@
parent: ansible-collection-kubernetes-molecule
vars:
# NOTE(mnaser): `python3-wheel` is not available on Rocky 9.
ensure_pip_from_packages: false
ensure_pip_from_upstream: true
nodeset:
nodes:
Expand Down

0 comments on commit 48454a1

Please sign in to comment.