Skip to content

Commit

Permalink
Commenting python 2.7 in GH actions for now as it has been deprecated
Browse files Browse the repository at this point in the history
Signed-off-by: javrin <[email protected]>
  • Loading branch information
Jawabiscuit committed Jun 21, 2023
1 parent 7dfe40e commit 7613cc0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/copyright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 2.7
python-version: 3.7

- name: Run copyright checker
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
python-version:
- '2.7'
# - '2.7'
- '3.7'
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- macOS-latest
- windows-2019
python-version:
- '2.7'
# - '2.7'
- '3.7'
method:
- 'install'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
os-version:
- '11'
python-version:
- '2.7'
# - '2.7'
- '3.7'
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- '20.04'
- '22.04'
python-version:
- '2.7'
# - '2.7'
- '3.7'
fail-fast: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
os-version:
- '2019'
py-version:
- '2.7.17'
# - '2.7.17'
- '3.7.5'

outputs:
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
os-version:
- '2019'
py-version:
- '2.7.17'
# - '2.7.17'
- '3.7.5'

steps:
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
os-version:
- '2019'
py-version:
- '2.7.17'
# - '2.7.17'
- '3.7.5'

steps:
Expand Down

0 comments on commit 7613cc0

Please sign in to comment.