Skip to content

Commit 20850b4

Browse files
committed
Requires Python 3.7 as chaoslib
Signed-off-by: Sylvain Hellegouarch <[email protected]>
1 parent 4b459a4 commit 20850b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-discover.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
strategy:
1515
matrix:
16-
python-version: [3.6, 3.7, 3.8, 3.9]
16+
python-version: [3.7, 3.8, 3.9]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/build-and-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-20.04
2828
strategy:
2929
matrix:
30-
python-version: [3.6, 3.7, 3.8, 3.9]
30+
python-version: [3.7, 3.8, 3.9]
3131
steps:
3232
- uses: actions/checkout@v2
3333
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)