Skip to content

Commit

Permalink
CI: updating min python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sugetha24 committed Jun 3, 2024
1 parent 204509b commit 3ede737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
- name: Install requirements
run: |
pip install -r ansible_collections/arista/cvp/requirements-dev.txt --upgrade
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python_version: ['3.9']
python_version: ['3.11']
steps:
- name: 'set environment variables'
run: |
Expand Down

0 comments on commit 3ede737

Please sign in to comment.