Skip to content

Commit

Permalink
Merge pull request #379 from BlueBrain/py310
Browse files Browse the repository at this point in the history
Add py 310 test
  • Loading branch information
wvangeit authored Jan 31, 2022
2 parents 7e3cace + 04e1fd4 commit 7dfae69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ News
Requirements
============

* `Python 2.7+ <https://www.python.org/download/releases/2.7/>`_ or `Python 3.6+ <https://www.python.org/downloads/release/python-360/>`_
* `Python 3.6+ <https://www.python.org/downloads/release/python-360/>`_
* `Pip <https://pip.pypa.io>`_ (installed by default in newer versions of Python)
* `Neuron 7.4+ <http://neuron.yale.edu/>`_ (compiled with Python support)
* `eFEL eFeature Extraction Library <https://github.com/BlueBrain/eFEL>`_ (automatically installed by pip)
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ python =
3.7: py3
3.8: py3
3.9: py3

3.10: py3
3.11: py3
3.12: py3
[testenv]
envdir =
py27{-unit,-functional,-style,-syntax}: {toxworkdir}/py27
Expand All @@ -19,7 +21,6 @@ deps =
mock
neuron-nightly
sh
pathlib
pytest-cov
download = true
whitelist_externals =
Expand Down

0 comments on commit 7dfae69

Please sign in to comment.