Skip to content

Commit 77dcf2e

Browse files
authored
Merge pull request #247 from BlueBrain/disable-py36
Disabling py3.6
2 parents 490167d + 5c18de4 commit 77dcf2e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- uses: actions/checkout@v2
2020
with:
2121
fetch-depth: 0
22-
- name: Set up Python 3.6
22+
- name: Set up Python 3.7
2323
uses: actions/setup-python@v2
2424
with:
25-
python-version: 3.6
25+
python-version: 3.7
2626
- name: Build a source tarball and wheel
2727
run: |
2828
pip install wheel

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
13+
python-version: ["3.7", "3.8", "3.9", "3.10"]
1414

1515
steps:
1616
- uses: actions/checkout@v2
@@ -31,4 +31,4 @@ jobs:
3131
- name: "Upload coverage to Codecov"
3232
uses: codecov/codecov-action@v2
3333
with:
34-
fail_ci_if_error: false
34+
fail_ci_if_error: false

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ We are providing support using a chat channel on `Gitter <https://gitter.im/Blue
8080
Requirements
8181
------------
8282

83-
* `Python 3.6+ <https://www.python.org/downloads/release/python-360/>`_
83+
* `Python 3.7+ <https://www.python.org/downloads/release/python-360/>`_
8484
* `Neuron 7.4+ <http://neuron.yale.edu/>`_
8585
* `eFEL eFeature Extraction Library <https://github.com/BlueBrain/eFEL>`_
8686
* `BluePyOpt <https://github.com/BlueBrain/BluePyOpt>`_

0 commit comments

Comments
 (0)