Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 93231ee

Browse files
authored
Merge pull request #208 from staticdev/removal/debian10
Remove Debian 10
2 parents 3930951 + 257932d commit 93231ee

File tree

7 files changed

+28
-29
lines changed

7 files changed

+28
-29
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: "3.10"
22+
python-version: "3.11"
2323

2424
- name: Upgrade pip
2525
run: |

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v4
2828
with:
29-
python-version: "3.10"
29+
python-version: "3.11"
3030

3131
- name: Install test dependencies
3232
run: pip install --constraint=.github/workflows/constraints.txt ansible yamllint ansible-lint
@@ -45,7 +45,6 @@ jobs:
4545
distro:
4646
- debian12
4747
- debian11
48-
- debian10
4948
# https://github.com/geerlingguy/docker-ubuntu2204-ansible/issues/6
5049
# - ubuntu2204
5150
- ubuntu2004
@@ -59,7 +58,7 @@ jobs:
5958
- name: Set up Python
6059
uses: actions/setup-python@v4
6160
with:
62-
python-version: "3.10"
61+
python-version: "3.11"
6362

6463
- name: Upgrade pip
6564
run: |

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Here is the list of all variables and their default values:
2828
- `pyenvrc_path: "{{ pyenv_path }}"`
2929
- `pyenv_owner: "{{ ansible_env.USER }}"`
3030
- `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]`
3434
- `pyenv_update_git_install: true` (get latest pyenv from git)
3535
- `pyenv_enable_autocompletion: false`
3636
- `pyenv_enable_virtualenvs: true`
@@ -54,17 +54,17 @@ None.
5454
pyenvrc_path: "{{ ansible_env.HOME }}"
5555
pyenv_owner: "{{ instance_owner }}"
5656
pyenv_global:
57-
- 3.11.0
58-
- 3.10.6
57+
- 3.11.4
58+
- 3.10.12
5959
pyenv_enable_autocompletion: false
6060
pyenv_python_versions:
61-
- 3.11.0
62-
- 3.10.6
61+
- 3.11.4
62+
- 3.10.12
6363
pyenv_virtualenvs:
6464
- venv_name: latest_v311
65-
py_version: 3.11.0
65+
py_version: 3.11.4
6666
- venv_name: latest_v310
67-
py_version: 3.10.6
67+
py_version: 3.10.12
6868
```
6969
7070
## License

defaults/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ pyenv_update_git_install: true
1313
pyenv_enable_autocompletion: false
1414
pyenv_enable_virtualenvs: true
1515
pyenv_python_versions:
16-
- 3.11.0
16+
- 3.11.4
1717
pyenv_global:
18-
- 3.11.0
18+
- 3.11.4
1919
pyenv_virtualenvs:
2020
[]
21-
# - { venv_name: "latest", py_version: "3.11.0" }
21+
# - { venv_name: "latest", py_version: "3.11.4" }
2222
# For a system install, the shims dir will not be writable by users, disable rehashing
2323
pyenv_init_options: "{% if pyenv_env != 'user' %}--no-rehash{% endif %}"
2424

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ galaxy_info:
1515

1616
- name: Debian
1717
versions:
18-
- buster
18+
- bookworm
1919
- bullseye
2020

2121
- name: Ubuntu

molecule/default/converge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
ansible.builtin.include_role:
99
name: "staticdev.pyenv"
1010
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"

molecule/multi-version/converge.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
ansible.builtin.include_role:
99
name: "staticdev.pyenv"
1010
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"
1414
pyenv_global:
15-
- 3.11.0
16-
- 3.10.6
15+
- 3.11.4
16+
- 3.10.12
1717
pyenv_python_versions:
18-
- 3.11.0
19-
- 3.10.6
18+
- 3.11.4
19+
- 3.10.12
2020
pyenv_virtualenvs:
2121
- venv_name: latest_v311
22-
py_version: 3.11.0
22+
py_version: 3.11.4
2323
- venv_name: latest_v310
24-
py_version: 3.10.6
24+
py_version: 3.10.12

0 commit comments

Comments
 (0)