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

Commit 7dfae69

Browse files
authored
Merge pull request #379 from BlueBrain/py310
Add py 310 test
2 parents 7e3cace + 04e1fd4 commit 7dfae69

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: [3.6, 3.7, 3.8, 3.9]
19+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
2020

2121
steps:
2222
- uses: actions/checkout@v2

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ News
115115
Requirements
116116
============
117117

118-
* `Python 2.7+ <https://www.python.org/download/releases/2.7/>`_ or `Python 3.6+ <https://www.python.org/downloads/release/python-360/>`_
118+
* `Python 3.6+ <https://www.python.org/downloads/release/python-360/>`_
119119
* `Pip <https://pip.pypa.io>`_ (installed by default in newer versions of Python)
120120
* `Neuron 7.4+ <http://neuron.yale.edu/>`_ (compiled with Python support)
121121
* `eFEL eFeature Extraction Library <https://github.com/BlueBrain/eFEL>`_ (automatically installed by pip)

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ python =
77
3.7: py3
88
3.8: py3
99
3.9: py3
10-
10+
3.10: py3
11+
3.11: py3
12+
3.12: py3
1113
[testenv]
1214
envdir =
1315
py27{-unit,-functional,-style,-syntax}: {toxworkdir}/py27
@@ -19,7 +21,6 @@ deps =
1921
mock
2022
neuron-nightly
2123
sh
22-
pathlib
2324
pytest-cov
2425
download = true
2526
whitelist_externals =

0 commit comments

Comments
 (0)