Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Apr 6, 2024
1 parent 419676d commit ff6c332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install python
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.10'
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["Aleksandr Bazhenov <bazhenoff.alexander@gmail.com>"]
repository = "https://github.com/alexanderbazhenoff"

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"
ansible-core = "~2.16"
ansible-compat = ">=4.1"
ansible-lint = "*"
Expand Down

0 comments on commit ff6c332

Please sign in to comment.