Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 4c86452

Browse files
authored
Merge pull request #411 from BlueBrain/drop-py36
Drop py 3.6
2 parents 890507f + d8058e9 commit 4c86452

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

23-
- name: Set up Python 3.6
23+
- name: Set up Python 3.7
2424
uses: actions/setup-python@v2
2525
with:
26-
python-version: 3.6
26+
python-version: 3.7
2727

2828
- name: Build a source tarball and wheel
2929
run: |
@@ -34,4 +34,4 @@ jobs:
3434
uses: pypa/gh-action-pypi-publish@master
3535
with:
3636
user: __token__
37-
password: ${{ secrets.PYPI_PASSWORD }}
37+
password: ${{ secrets.PYPI_PASSWORD }}

.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
@@ -32,4 +32,4 @@ jobs:
3232
uses: codecov/codecov-action@v2
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
35-
fail_ci_if_error: false
35+
fail_ci_if_error: false

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ News
119119
Requirements
120120
============
121121

122-
* `Python 3.6+ <https://www.python.org/downloads/release/python-360/>`_
122+
* `Python 3.7+ <https://www.python.org/downloads/release/python-370/>`_
123123
* `Pip <https://pip.pypa.io>`_ (installed by default in newer versions of Python)
124124
* `Neuron 7.4+ <http://neuron.yale.edu/>`_ (compiled with Python support)
125125
* `eFEL eFeature Extraction Library <https://github.com/BlueBrain/eFEL>`_ (automatically installed by pip)

0 commit comments

Comments
 (0)