Skip to content

Commit

Permalink
ci: update Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
duck-rh committed Jan 15, 2024
1 parent 5780b2a commit 25e43a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansiblelint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
python-version: [3.6, 3.7]
python-version: [3.11]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 25e43a8

Please sign in to comment.