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

Commit e87c669

Browse files
Merge pull request #444 from AurelienJaquier/test-py311
add py3.11 test workflow
2 parents d7d2f12 + e3811a7 commit e87c669

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
python-version: ["3.7", "3.8", "3.9", "3.10"]
15+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1616
include:
1717
- os: macos-latest
1818
python-version: "3.10"

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ python =
1515
[testenv]
1616
envdir =
1717
py27{-unit,-functional,-style,-syntax}: {toxworkdir}/py27
18-
py3{5,6,7,8,9,10,}{-unit,-functional,-style,-syntax}: {toxworkdir}/py3
18+
py3{5,6,7,8,9,10,11,}{-unit,-functional,-style,-syntax}: {toxworkdir}/py3
1919
docs: {toxworkdir}/docs
2020
extras = tests
2121
deps =
@@ -50,7 +50,7 @@ commands =
5050
functional: pytest --cov=bluepyopt {[testenv]coverage_options} bluepyopt/tests -m neuroml
5151

5252
[testenv:docs]
53-
basepython = python3.6
53+
basepython = python3.7
5454
changedir = docs
5555
deps =
5656
sphinx

0 commit comments

Comments
 (0)