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

Commit 6c8af60

Browse files
authored
Merge pull request #107 from staticdev/docs/upgrade-documentation
Upgrade documentation
2 parents b18f136 + deadf2c commit 6c8af60

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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@v2.3.1
2121
with:
22-
python-version: "3.9"
22+
python-version: "3.10"
2323

2424
- name: Upgrade pip
2525
run: |

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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
@@ -52,7 +52,7 @@ jobs:
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

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Ansible 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

0 commit comments

Comments
 (0)