This repository was archived by the owner on Mar 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1919 - name : Set up Python
2020 uses : actions/setup-python@v2.3.1
2121 with :
22- python-version : " 3.9 "
22+ python-version : " 3.10 "
2323
2424 - name : Upgrade pip
2525 run : |
Original file line number Diff line number Diff line change 2222 - name : Set up Python
2323 uses : actions/setup-python@v2.3.1
2424 with :
25- python-version : " 3.9 "
25+ python-version : " 3.10 "
2626
2727 - name : Install test dependencies
2828 run : pip install --constraint=.github/workflows/constraints.txt ansible yamllint ansible-lint
5252 - name : Set up Python
5353 uses : actions/setup-python@v2.3.1
5454 with :
55- python-version : " 3.9 "
55+ python-version : " 3.10 "
5656
5757 - name : Install test dependencies
5858 run : pip3 install ansible molecule[docker] docker
Original file line number Diff line number Diff line change 11Ansible role: Python developer
22==============================
33
4- |Status | |Tests |
4+ |License | |Tests |
55
6- .. |Status | image :: https://badgen.net/badge/status/beta/orange
7- :target: https://badgen.net/badge/status/beta/orange
8- :alt: Project Status
6+ .. |License | image :: https://img.shields.io/pypi/l/git-portfolio
7+ :target: https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License
8+ :alt: License
99.. |Tests | image :: https://github.com/staticdev/ansible-role-python-developer/workflows/Tests/badge.svg
1010 :target: https://github.com/staticdev/ansible-role-python-developer/actions?workflow=Tests
1111 :alt: Tests
@@ -76,10 +76,10 @@ Here are some common usages of this role.
7676 - role : staticdev.python-developer
7777 vars :
7878 pyenv_global :
79- - " 3.9.6 "
79+ - " 3.10.0 "
8080 pyenv_python_versions :
81- - " 3.9.6 "
82- - " 3.8.11 "
81+ - " 3.10.0 "
82+ - " 3.9.9 "
8383
8484 3. Role with Pycharm
8585
You can’t perform that action at this time.
0 commit comments