Skip to content

Commit 9e6e5f9

Browse files
committed
update workflow
1 parent 9a05a01 commit 9e6e5f9

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/py2-py3-packages-ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: [2.7, 3.7]
19+
python-version: [3.9]
2020
steps:
2121
- name: Checkout code
2222
uses: actions/checkout@v2
@@ -57,10 +57,10 @@ jobs:
5757
steps:
5858
- name: Checkout code
5959
uses: actions/checkout@v2
60-
- name: Set up Python 3.7
60+
- name: Set up Python 3.9
6161
uses: actions/setup-python@v2
6262
with:
63-
python-version: 3.7
63+
python-version: 3.9
6464
- name: Install dependencies
6565
run: |
6666
python -m pip install pip -U
@@ -75,10 +75,10 @@ jobs:
7575
steps:
7676
- name: Checkout code
7777
uses: actions/checkout@v2
78-
- name: Set up Python 3.7
78+
- name: Set up Python 3.9
7979
uses: actions/setup-python@v2
8080
with:
81-
python-version: 3.7
81+
python-version: 3.9
8282
- name: Install dependencies
8383
run: |
8484
python -m pip install pip -U
@@ -108,10 +108,10 @@ jobs:
108108
steps:
109109
- name: Checkout code
110110
uses: actions/checkout@v2
111-
- name: Set up Python 3.7
111+
- name: Set up Python 3.9
112112
uses: actions/setup-python@v2
113113
with:
114-
python-version: 3.7
114+
python-version: 3.9
115115
- name: Install dependencies
116116
run: |
117117
python -m pip install pip -U
@@ -135,10 +135,10 @@ jobs:
135135
steps:
136136
- name: Checkout code
137137
uses: actions/checkout@v2
138-
- name: Set up Python 3.7
138+
- name: Set up Python 3.9
139139
uses: actions/setup-python@v2
140140
with:
141-
python-version: 3.7
141+
python-version: 3.9
142142
- name: Install dependencies
143143
run: |
144144
python -m pip install pip -U
@@ -171,10 +171,10 @@ jobs:
171171
steps:
172172
- name: Checkout code
173173
uses: actions/checkout@v2
174-
- name: Set up Python 3.7
174+
- name: Set up Python 3.9
175175
uses: actions/setup-python@v2
176176
with:
177-
python-version: 3.7
177+
python-version: 3.9
178178
- name: Install dependencies
179179
run: |
180180
python -m pip install pip -U

0 commit comments

Comments
 (0)