This repository was archived by the owner on Mar 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1919 - name : Set up Python
2020 uses : actions/setup-python@v4
2121 with :
22- python-version : " 3.11 "
22+ python-version : " 3.12 "
2323
2424 - name : Upgrade pip
2525 run : |
Original file line number Diff line number Diff line change 2626 - name : Set up Python
2727 uses : actions/setup-python@v4
2828 with :
29- python-version : " 3.11 "
29+ python-version : " 3.12 "
3030
3131 - name : Install test dependencies
3232 run : pip install --constraint=.github/workflows/constraints.txt ansible yamllint ansible-lint
5757 - name : Set up Python
5858 uses : actions/setup-python@v4
5959 with :
60- python-version : " 3.11 "
60+ python-version : " 3.12 "
6161
6262 - name : Upgrade pip
6363 run : |
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ Here are some common usages of this role.
5252 - role : staticdev.python-developer
5353 vars :
5454 pyenv_global :
55- - " 3.11.4 "
55+ - " 3.12.0 "
5656 pyenv_python_versions :
57+ - " 3.12.0"
5758 - " 3.11.4"
58- - " 3.10.12"
5959` ` `
6060
6161## License
Original file line number Diff line number Diff line change 1212 when : ansible_os_family == 'Debian'
1313
1414 roles :
15- - role : staticdev.pyenv
1615 - role : .
You can’t perform that action at this time.
0 commit comments