Skip to content

Commit 0750f69

Browse files
committed
Run tests on IPython 8
1 parent 869fa07 commit 0750f69

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tox]
22
envlist =
33
{py36,py37}-ipython{5,6,7}
4-
py38-ipython7
5-
py39-ipython7
6-
py310-ipython7
4+
py38-ipython{7,8}
5+
py39-ipython{7,8}
6+
py310-ipython{7,8}
77
; ipython73 adds compatibility with py38+
88

99
[gh-actions]
@@ -20,4 +20,5 @@ deps =
2020
ipython5: ipython>=5.0.0,<6.0.0
2121
ipython6: ipython>=6.0.0,<7.0.0
2222
ipython7: ipython>=7.3.0,<8.0.0
23+
ipython8: ipython>=8.0.0,<9.0.0
2324
commands = pytest --cov=jupyter_spaces --cov-report=xml --cov-report=term

0 commit comments

Comments
 (0)