andreped commited on
Commit
f66aebb
·
unverified ·
2 Parent(s): d1f7b4b 1914893

Merge pull request #42 from VemundFredriksen/python-3.8

Browse files
.github/workflows/build.yml CHANGED
@@ -14,10 +14,10 @@ jobs:
14
  runs-on: ubuntu-20.04
15
  steps:
16
  - uses: actions/checkout@v1
17
- - name: Set up Python 3.7
18
  uses: actions/setup-python@v2
19
  with:
20
- python-version: 3.7
21
 
22
  - name: Install dependencies
23
  run: |
@@ -40,7 +40,7 @@ jobs:
40
  strategy:
41
  matrix:
42
  os: [windows-2019, ubuntu-20.04, macos-11]
43
- python-version: ["3.7", "3.8", "3.9", "3.10"]
44
 
45
  steps:
46
  - uses: actions/checkout@v1
 
14
  runs-on: ubuntu-20.04
15
  steps:
16
  - uses: actions/checkout@v1
17
+ - name: Set up Python 3.8
18
  uses: actions/setup-python@v2
19
  with:
20
+ python-version: 3.8
21
 
22
  - name: Install dependencies
23
  run: |
 
40
  strategy:
41
  matrix:
42
  os: [windows-2019, ubuntu-20.04, macos-11]
43
+ python-version: ["3.8", "3.9", "3.10"]
44
 
45
  steps:
46
  - uses: actions/checkout@v1
.github/workflows/release.yml CHANGED
@@ -14,10 +14,10 @@ jobs:
14
  runs-on: ubuntu-20.04
15
  steps:
16
  - uses: actions/checkout@v1
17
- - name: Set up Python 3.7
18
  uses: actions/setup-python@v2
19
  with:
20
- python-version: 3.7
21
 
22
  - name: Install dependencies
23
  run: |
 
14
  runs-on: ubuntu-20.04
15
  steps:
16
  - uses: actions/checkout@v1
17
+ - name: Set up Python 3.8
18
  uses: actions/setup-python@v2
19
  with:
20
+ python-version: 3.8
21
 
22
  - name: Install dependencies
23
  run: |