File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -17,19 +17,19 @@ jobs:
17
17
matrix :
18
18
name : [
19
19
" ubuntu-py37" ,
20
- " ubuntu-py36 " ,
20
+ " ubuntu-py39 " ,
21
21
]
22
22
include :
23
23
- name : " ubuntu-py37"
24
24
os : ubuntu-latest
25
25
python-version : 3.7
26
- - name : " ubuntu-py36 "
26
+ - name : " ubuntu-py39 "
27
27
os : ubuntu-latest
28
- python-version : 3.6
28
+ python-version : 3.9
29
29
steps :
30
- - uses : actions/checkout@v2
30
+ - uses : actions/checkout@v3
31
31
- name : Set up Python ${{ matrix.python-version }}
32
- uses : actions/setup-python@v2
32
+ uses : actions/setup-python@v4
33
33
with :
34
34
python-version : ${{ matrix.python-version }}
35
35
- name : Install dependencies
Original file line number Diff line number Diff line change 10
10
name : publish release
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- name : Set up Python 3.8
15
- uses : actions/setup-python@v2
15
+ uses : actions/setup-python@v4
16
16
with :
17
17
python-version : 3.8
18
18
- name : 🔗 Install dependencies
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Unreleased
16
16
17
17
* Switched to ``black `` for python code formatting.
18
18
* Fix incompatible settings between ``black `` and ``flake8 ``.
19
+ * Updated Github Actions workflows to remove python 3.6 builds.
19
20
20
21
**Fixed **
21
22
You can’t perform that action at this time.
0 commit comments