Skip to content

Commit

Permalink
Use Python 3.11 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindshmicrosoft authored Nov 9, 2024
1 parent 24e79e3 commit 926c1df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

# This GitHub Actions workflow will prepare a environment with Python 3.9
# This GitHub Actions workflow will prepare a environment with Python 3.11
# and the required Python packages, to run the CI tests
# (Ansible-lint, Flake8 etc.) for Fluo-Muchos.
# See also:
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
- name: Install required packages
run: pip install -r ./lib/requirements.txt
- name: Install common Ansible collections
Expand Down

0 comments on commit 926c1df

Please sign in to comment.