This repository was archived by the owner on May 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +28
-29
lines changed Expand file tree Collapse file tree 7 files changed +28
-29
lines changed Original file line number Diff line number Diff line change 19
19
- name : Set up Python
20
20
uses : actions/setup-python@v4
21
21
with :
22
- python-version : " 3.10 "
22
+ python-version : " 3.11 "
23
23
24
24
- name : Upgrade pip
25
25
run : |
Original file line number Diff line number Diff line change 26
26
- name : Set up Python
27
27
uses : actions/setup-python@v4
28
28
with :
29
- python-version : " 3.10 "
29
+ python-version : " 3.11 "
30
30
31
31
- name : Install test dependencies
32
32
run : pip install --constraint=.github/workflows/constraints.txt ansible yamllint ansible-lint
45
45
distro :
46
46
- debian12
47
47
- debian11
48
- - debian10
49
48
# https://github.com/geerlingguy/docker-ubuntu2204-ansible/issues/6
50
49
# - ubuntu2204
51
50
- ubuntu2004
59
58
- name : Set up Python
60
59
uses : actions/setup-python@v4
61
60
with :
62
- python-version : " 3.10 "
61
+ python-version : " 3.11 "
63
62
64
63
- name : Upgrade pip
65
64
run : |
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ Here is the list of all variables and their default values:
28
28
- ` pyenvrc_path: "{{ pyenv_path }}" `
29
29
- ` pyenv_owner: "{{ ansible_env.USER }}" `
30
30
- ` pyenv_owner_group: "{{ pyenv_owner }}" `
31
- - ` pyenv_python_versions: [3.11.0 ] `
32
- - ` pyenv_virtualenvs: [{ venv_name: latest, py_version: 3.11.0 }] `
33
- - ` pyenv_global: [3.11.0 ] `
31
+ - ` pyenv_python_versions: [3.11.4 ] `
32
+ - ` pyenv_virtualenvs: [{ venv_name: latest, py_version: 3.11.4 }] `
33
+ - ` pyenv_global: [3.11.4 ] `
34
34
- ` pyenv_update_git_install: true ` (get latest pyenv from git)
35
35
- ` pyenv_enable_autocompletion: false `
36
36
- ` pyenv_enable_virtualenvs: true `
@@ -54,17 +54,17 @@ None.
54
54
pyenvrc_path : " {{ ansible_env.HOME }}"
55
55
pyenv_owner : " {{ instance_owner }}"
56
56
pyenv_global :
57
- - 3.11.0
58
- - 3.10.6
57
+ - 3.11.4
58
+ - 3.10.12
59
59
pyenv_enable_autocompletion : false
60
60
pyenv_python_versions :
61
- - 3.11.0
62
- - 3.10.6
61
+ - 3.11.4
62
+ - 3.10.12
63
63
pyenv_virtualenvs :
64
64
- venv_name : latest_v311
65
- py_version : 3.11.0
65
+ py_version : 3.11.4
66
66
- venv_name : latest_v310
67
- py_version : 3.10.6
67
+ py_version : 3.10.12
68
68
` ` `
69
69
70
70
## License
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ pyenv_update_git_install: true
13
13
pyenv_enable_autocompletion : false
14
14
pyenv_enable_virtualenvs : true
15
15
pyenv_python_versions :
16
- - 3.11.0
16
+ - 3.11.4
17
17
pyenv_global :
18
- - 3.11.0
18
+ - 3.11.4
19
19
pyenv_virtualenvs :
20
20
[]
21
- # - { venv_name: "latest", py_version: "3.11.0 " }
21
+ # - { venv_name: "latest", py_version: "3.11.4 " }
22
22
# For a system install, the shims dir will not be writable by users, disable rehashing
23
23
pyenv_init_options : " {% if pyenv_env != 'user' %}--no-rehash{% endif %}"
24
24
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ galaxy_info:
15
15
16
16
- name : Debian
17
17
versions :
18
- - buster
18
+ - bookworm
19
19
- bullseye
20
20
21
21
- name : Ubuntu
Original file line number Diff line number Diff line change 8
8
ansible.builtin.include_role :
9
9
name : " staticdev.pyenv"
10
10
vars :
11
- pyenv_version : " v2.3.9 "
12
- pyenv_virtualenv_version : " v1.1.5 "
13
- pyenv_update_version : " 810db78 "
11
+ pyenv_version : " v2.3.20 "
12
+ pyenv_virtualenv_version : " v1.2.1 "
13
+ pyenv_update_version : " 38ac747 "
Original file line number Diff line number Diff line change 8
8
ansible.builtin.include_role :
9
9
name : " staticdev.pyenv"
10
10
vars :
11
- pyenv_version : " v2.3.9 "
12
- pyenv_virtualenv_version : " v1.1.5 "
13
- pyenv_update_version : " 810db78 "
11
+ pyenv_version : " v2.3.20 "
12
+ pyenv_virtualenv_version : " v1.2.1 "
13
+ pyenv_update_version : " 38ac747 "
14
14
pyenv_global :
15
- - 3.11.0
16
- - 3.10.6
15
+ - 3.11.4
16
+ - 3.10.12
17
17
pyenv_python_versions :
18
- - 3.11.0
19
- - 3.10.6
18
+ - 3.11.4
19
+ - 3.10.12
20
20
pyenv_virtualenvs :
21
21
- venv_name : latest_v311
22
- py_version : 3.11.0
22
+ py_version : 3.11.4
23
23
- venv_name : latest_v310
24
- py_version : 3.10.6
24
+ py_version : 3.10.12
You can’t perform that action at this time.
0 commit comments