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

Commit a26d863

Browse files
author
staticdev
committed
Update python versions and pyenv 2
1 parent 4e3ad49 commit a26d863

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
roles:
3-
- name: staticdev.ansible_galaxy_pyenv
4-
version: 1.2.0
3+
- name: staticdev.pyenv
4+
version: 2.0.0
55
- name: gantsign.visual-studio-code
66
version: 6.6.0
77
when: "{{ install_vscode }}"

tasks/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
vars:
66
pyenv_owner: "{{ ansible_env.USER }}"
77
pyenv_path: "{{ ansible_env.HOME }}/pyenv"
8-
pyenv_global: "3.9.1"
8+
pyenv_global: "3.9.5"
99
pyenv_python_versions:
10-
- "3.9.1"
11-
- "3.8.6"
12-
- "3.7.9"
13-
- "3.6.12"
14-
- "pypy3.6-7.3.1"
10+
- "3.9.5"
11+
- "3.8.10"
12+
- "3.7.10"
13+
- "3.6.13"
14+
- "pypy3.7-7.3.5"
1515
pyenv_virtualenvs: []
1616

1717
- name: Check if pipx is installed

0 commit comments

Comments
 (0)