Skip to content

Commit

Permalink
bump gha python version
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccullagh-r7 committed Oct 18, 2024
1 parent f2c9234 commit ac1a9b8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: '3.8'
python-version: '3.9'

- name: Validate Plugin(s)
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin_production_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: setupPython
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.9'

- name: Setup venv
id: setUpVenv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin_staging_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: setupPython
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.9'

- name: Setup venv
id: setUpVenv
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prospector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
with:
fetch-depth: 0

- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-python@v1
with:
python-version: '3.8'
python-version: '3.9'

- name: Run Unit Tests on Plugin(s)
env:
Expand Down

0 comments on commit ac1a9b8

Please sign in to comment.