Skip to content

Commit

Permalink
BUMP: Python version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoPlays authored Dec 3, 2024
1 parent 952385e commit b599b13
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test-molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
- name: Install depencencies
run: |
pip install ansible==10.3.0
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
- name: Install depencencies
run: |
pip install ansible==10.3.0
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
- name: Install depencencies
run: |
pip install ansible==10.3.0
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
- name: Install depencencies
run: |
pip install ansible==10.3.0
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
- name: Install depencencies
run: |
pip install ansible==10.3.0
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
- name: Install depencencies
run: |
pip install ansible==10.3.0
Expand Down Expand Up @@ -402,7 +402,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
- name: Install depencencies
run: |
pip install ansible==10.3.0
Expand Down Expand Up @@ -508,7 +508,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
- name: Install depencencies
run: |
pip install ansible==10.3.0
Expand Down Expand Up @@ -563,7 +563,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
- name: Install depencencies
run: |
pip install ansible==10.3.0
Expand Down Expand Up @@ -622,7 +622,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
- name: Install depencencies
run: |
pip install ansible==10.3.0
Expand Down Expand Up @@ -682,7 +682,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
- name: Install depencencies
run: |
pip install ansible==10.3.0
Expand Down

0 comments on commit b599b13

Please sign in to comment.