Skip to content

Commit a1ba3a7

Browse files
committed
Updating Workflows to deprecate all version of pythons & macos: ci.yml
1 parent 1f4c5da commit a1ba3a7

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ jobs:
1616
- os: windows-latest
1717
python-version: 3.6
1818
- os: macos-latest
19-
python-version: 3.6, 3.7
20-
- os: macos-15-intel
21-
python-version: 3.6, 3.7
19+
python-version: 3.6
20+
- os: macos-latest
21+
python-version: 3.7
22+
- os: macos-latest
23+
python-version: pypy-3.7
2224
include:
2325
- os: ubuntu-20.04
2426
python-version: 3.7
27+
- os: ubuntu-20.04
28+
python-version: 3.9
2529
- os: ubuntu-20.04
2630
python-version: 2.7
2731
steps:
@@ -34,7 +38,7 @@ jobs:
3438
python get-pip.py
3539
- if: ${{ matrix.python-version != '2.7' }}
3640
name: Setup Python environment
37-
uses: actions/setup-python@v3.1.4
41+
uses: actions/setup-python@v4
3842
with:
3943
python-version: ${{ matrix.python-version }}
4044
- name: Install Requirements
@@ -83,12 +87,16 @@ jobs:
8387
- os: windows-latest
8488
python-version: 3.6
8589
- os: macos-latest
86-
python-version: 3.6, 3.7
87-
- os: macos-15-intel
88-
python-version: 3.6, 3.7
90+
python-version: 3.6
91+
- os: macos-latest
92+
python-version: 3.7
93+
- os: macos-latest
94+
python-version: pypy-3.7
8995
include:
9096
- os: ubuntu-20.04
9197
python-version: 3.7
98+
- os: ubuntu-20.04
99+
python-version: 3.9
92100
- os: ubuntu-20.04
93101
python-version: 2.7
94102
steps:
@@ -101,7 +109,7 @@ jobs:
101109
python get-pip.py
102110
- if: ${{ matrix.python-version != '2.7' }}
103111
name: Setup Python environment
104-
uses: actions/setup-python@v3.1.4
112+
uses: actions/setup-python@v4
105113
with:
106114
python-version: ${{ matrix.python-version }}
107115
- name: Install Requirements

0 commit comments

Comments
 (0)