Skip to content

Commit

Permalink
ci: bump python version to 3.10 (#208)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Jahns <[email protected]>
  • Loading branch information
patrickjahns authored Feb 14, 2024
1 parent b181692 commit 9807a75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
MOLECULE_SCENARIO: default
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: "3.10"
- name: Install tox
run: |
python -m pip install --upgrade pip
Expand Down
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ skipsdist = true

[gh-actions]
python =
3.6: ansible{28,29,210,34,410,510,66}
3.7: ansible{28,29,210,34,410,510,66}
3.8: ansible{28,29,210,34,410,510,66}
3.9: ansible{28,29,210,34,410,510,66}
3.10: ansible{28,29,210,34,410,510,66}
3.11: ansible{28,29,210,34,410,510,66}
3.12: ansible{28,29,210,34,410,510,66}

[gh-actions:env]
ANSIBLE=
Expand Down

0 comments on commit 9807a75

Please sign in to comment.