Skip to content

Commit

Permalink
bump: python version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann committed Jul 18, 2024
1 parent 79f2a88 commit 589e096
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'
- name: Install requirements
run: |
pip install -r ansible_collections/arista/cvp/requirements-dev.txt --upgrade
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python_version: ['3.9','3.10','3.11']
python_version: ['3.10','3.11','3.12']
steps:
- name: 'set environment variables'
run: |
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python_version: ['3.9']
python_version: ['3.10']
steps:
- name: 'set environment variables'
run: |
Expand Down

0 comments on commit 589e096

Please sign in to comment.